We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e869bc commit 4418d80Copy full SHA for 4418d80
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
- run: pushd ruby && bundle install --jobs 4 --retry 3 --with jsexec --without secryst && popd
28
29
- name: Test the Ruby package
30
- run: pushd ruby && bundle exec rake all && popd
+ run: pushd ruby && bundle exec rake && popd
31
32
- name: Test the JS package
33
run: pushd js && npm run prepareMaps && npm test && popd
0 commit comments