Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Apr 9, 2024
1 parent 4e1f72d commit 5698ec4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
# Don't cancel other matrix operations if one fails
fail-fast: false
matrix:
os:
- ubuntu-latest
Expand All @@ -19,6 +21,13 @@ jobs:
- pnpm run test:e2e
- pnpm run test:units
- pnpm run test:types
# `exclude` docs & alternatives:
# - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategymatrixexclude
# - https://stackoverflow.com/questions/68994484/how-to-skip-a-configuration-of-a-matrix-with-github-actions/68994907#68994907
# - https://stackoverflow.com/questions/66025220/paired-values-in-github-actions-matrix/68940067#68940067
exclude:
- os: windows-latest
cmd: pnpm run test:types

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@brillout/test-e2e": "^0.5.29",
"@brillout/test-types": "^0.1.10",
"@brillout/test-types": "^0.1.13",
"playwright": "^1.42.1",
"prettier": "^3.2.5"
}
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5698ec4

Please sign in to comment.