Skip to content

Commit

Permalink
Add icons in playwright GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Feb 27, 2024
1 parent 6b9e702 commit 847e650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
echo "Curl command failed"
exit 1
fi
- name: Install playwright dependencies
- name: 👨‍👩‍👧 Install playwright dependencies
working-directory: playwright/ci-test
run: |
npm install
npm ci
npx playwright install --with-deps
- name: Run Playwright tests
- name: ⚡️ Run Playwright tests
working-directory: playwright/ci-test
run: npx playwright test
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 847e650

Please sign in to comment.