Skip to content

Commit

Permalink
ci: try multi-line expression
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Oct 31, 2023
1 parent 99acc15 commit 8124b92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
with:
package: ${{ matrix.js-package }}
skip-tests: ${{ contains(matrix.js-package, 'platform-test-suite') }}
install-browsers: ${{ contains(matrix.js-package, '@dashevo/dapi-client') || contains(matrix.js-package, 'dash') || contains(matrix.js-package, '@dashevo/dpp') || contains(matrix.js-package, '@dashevo/platform-test-suite') || contains(matrix.js-package, '@dashevo/wallet-lib') }}
install-browsers: |
${{ contains(matrix.js-package, '@dashevo/dapi-client') ||
contains(matrix.js-package, 'dash') ||
contains(matrix.js-package, '@dashevo/dpp') ||
contains(matrix.js-package, '@dashevo/platform-test-suite') ||
contains(matrix.js-package, '@dashevo/wallet-lib') }}
rs-checks:
name: RS Checks
Expand Down

0 comments on commit 8124b92

Please sign in to comment.