Skip to content

Commit

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


- uses: actions/setup-node@v4
with:
node-version: 18

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

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

run: npm ci

- name: Install Playwright Browsers
run: npx playwright install --with-deps

- 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 1d9e6a1

Please sign in to comment.