Skip to content

Commit

Permalink
build: install chromium for the version of playwright we have
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Oct 26, 2024
1 parent 97937b9 commit fde390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yamcs-quickstart-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
elif [ "${{ matrix.openmct-version }}" = "stable" ]; then
npm run build:example
fi
- run: npx playwright@1.47.2 install chromium
- run: npx playwright install chromium
- name: Check that yamcs is available
run: |
docker ps -a
Expand Down

0 comments on commit fde390a

Please sign in to comment.