Skip to content

Commit

Permalink
FIX maybe e2e CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyShuii committed Aug 21, 2024
1 parent 2fe2f53 commit 8c57269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Goto e2e and run tests
run: cd e2e && npm i && npx playwright test
run: npm start e2e

docker:
needs: test-front
Expand Down

0 comments on commit 8c57269

Please sign in to comment.