Skip to content

Commit

Permalink
Break up test matrix into multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinqian00 committed Aug 29, 2024
1 parent ad53fc4 commit b3430b9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ jobs:
test:
strategy:
matrix:
target: [test-lib-clj, test-lib-cljs, test-conformance-clj-sync, test-conformance-clj-async, test-conformance-cljs, npm-audit]
target:
- test-lib-clj
- test-lib-cljs
- test-conformance-clj-sync
- test-conformance-clj-async
- test-conformance-cljs
- npm-audit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit b3430b9

Please sign in to comment.