Skip to content

Commit

Permalink
Revert "ci: 🤖 speed up ci by using playwright image"
Browse files Browse the repository at this point in the history
This reverts commit e27b39c.
  • Loading branch information
yjaaidi committed Dec 5, 2023
1 parent 9b25c6b commit 972d8ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
test:
name: ✅ Test
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.36.0-jammy
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -40,6 +38,9 @@ jobs:

- run: pnpm install

- name: Playwright browsers install
run: pnpm playwright install --with-deps

- run: pnpm nx run-many --parallel=4 -t build,lint,test,test-ui

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 972d8ad

Please sign in to comment.