Skip to content

Commit

Permalink
test: docker playwright ci/cd (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Jul 29, 2024
1 parent 7632878 commit c938dc5
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.40.0-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 c938dc5

Please sign in to comment.