Skip to content

Commit

Permalink
use project on the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jul 19, 2024
1 parent c570eff commit 02a360a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@ jobs:
matrix:
# try the latest stable and potential pre-releases
jupyterlite_version: ["jupyterlite-core -U", "jupyterlite-core -U --pre"]
project: ["default", "crossoriginisolated"]
include:
- jupyterlite_version: "jupyterlite-core -U --pre"
project: "default"
- jupyterlite_version: "jupyterlite-core -U --pre"
project: "crossorigin"
- jupyterlite_version: "jupyterlite-core -U"
project: "default"

steps:
- name: Checkout
Expand Down Expand Up @@ -250,7 +258,7 @@ jobs:
- name: Execute integration tests
working-directory: ui-tests
run: |
jlpm playwright test
jlpm playwright test --project ${{ matrix.project }}
- name: Upload Playwright Test report
if: always()
Expand Down

0 comments on commit 02a360a

Please sign in to comment.