Skip to content

Commit

Permalink
automation: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJoin95 committed Oct 30, 2024
1 parent 8793142 commit 6f734f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
node-version: lts/*
- name: Install npm
run: npm ci
- name: Build up the application
run: docker compose up -d
- name: Copy env
run: cp .env.docker .env
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
Expand Down

0 comments on commit 6f734f8

Please sign in to comment.