Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Oct 3, 2024
1 parent 817c280 commit 4d93861
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
npmScopes.siteimprove.npmAuthToken
${{ secrets.GITHUB_TOKEN }}
- run: yarn install --immutable
- run: yarn playwright install
- name: Install Playwright browsers
# https://playwright.dev/docs/ci-intro
run: yarn playwright install
- run: yarn dedupe --check
- run: yarn build
- run: yarn test
Expand Down

0 comments on commit 4d93861

Please sign in to comment.