Skip to content

Commit

Permalink
update(ci): run tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Dec 12, 2024
1 parent 12bdba8 commit e7c393e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ on:
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.48.0-jammy
runs-on: macos-14
strategy:
fail-fast: false
matrix:
Expand All @@ -34,9 +32,6 @@ jobs:
with:
path: automated-tests

- name: Configure Git safe directory
run: git config --global --add safe.directory '/__w/automated-tests-web/automated-tests-web'

- name: Setup Node.js for Uplink Web 🔨
uses: actions/setup-node@v4
with:
Expand All @@ -47,7 +42,11 @@ jobs:

- name: Install dependencies for Testing Repo 📦
working-directory: automated-tests
run: npm ci
run: npm install

- name: Install Playwright Browsers
working-directory: automated-tests
run: npx playwright install --with-deps

- name: Run Playwright tests
working-directory: automated-tests
Expand Down

0 comments on commit e7c393e

Please sign in to comment.