Skip to content

Commit

Permalink
init e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyShuii committed Aug 21, 2024
1 parent 890cad4 commit 2fe2f53
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:
uses: actions/checkout@v2
- name: Goto frontend and run tests
run: cd frontend && npm i && npm test

test-e2e:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Goto e2e and run tests
run: cd e2e && npm i && npx playwright test

docker:
needs: test-front
if: github.ref == 'refs/heads/develop'
Expand Down

0 comments on commit 2fe2f53

Please sign in to comment.