Skip to content

Commit

Permalink
update build-frontend.yml to run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
csr authored Jul 3, 2024
1 parent f2080c6 commit 16663d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm install
working-directory: ./frontend

- name: Install Playwright dependencies
run: npx playwright install
working-directory: ./frontend

- name: Run Playwright tests
run: npx playwright test
working-directory: ./frontend

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 16663d5

Please sign in to comment.