Skip to content

Commit

Permalink
reverting 🎭 Playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
filipc30 committed Feb 5, 2024
1 parent 28d5384 commit 9014893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ jobs:
- name: πŸ“₯ Download deps
uses: bahmutov/npm-install@v1

# - name: πŸ“₯ Install Playwright Browsers
# run: npm run test:e2e:install
- name: πŸ“₯ Install Playwright Browsers
run: npm run test:e2e:install

- name: πŸ›  Setup Database
run: npx prisma migrate deploy
Expand All @@ -125,8 +125,8 @@ jobs:
- name: πŸ— Build
run: npm run build

# - name: 🎭 Playwright tests
# run: npx playwright test
- name: 🎭 Playwright tests
run: npx playwright test

- name: πŸ“Š Upload report
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9014893

Please sign in to comment.