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 4, 2024
1 parent 4e101b9 commit 8b8e8e2
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18.18.1

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

- name: Install Playwright Browsers
run: npx playwright install --with-deps
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 8b8e8e2

Please sign in to comment.