diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 519decb..f96a3b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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