From e52944dc900e3e7dcc66a3b0613c1a33b246ce2f Mon Sep 17 00:00:00 2001 From: Will Barnett Date: Mon, 11 Mar 2024 08:54:41 +0000 Subject: [PATCH] Mac testing enable safari driver 2 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2af7a8..a5bc4a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,9 @@ jobs: npm install -g karma-cli - name: Setup safari driver - run: sudo safaridriver --enable + run: | + sudo safaridriver --enable + sudo /usr/bin/safaridriver - name: Code linting run: npm run lint --workspaces