Skip to content

Commit

Permalink
test: playwright test add docker ci/cd (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Jul 29, 2024
1 parent 0cb9594 commit b3dfd03
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 @@ -7,15 +7,15 @@ jobs:
test:
name: Test component
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.38.1-jammy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run playwright
env:
Expand Down

0 comments on commit b3dfd03

Please sign in to comment.