Skip to content

Commit 4418d80

Browse files
committed
GitHub release action: Small fix, the rake task isn't called all
1 parent 0e869bc commit 4418d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: pushd ruby && bundle install --jobs 4 --retry 3 --with jsexec --without secryst && popd
2828

2929
- name: Test the Ruby package
30-
run: pushd ruby && bundle exec rake all && popd
30+
run: pushd ruby && bundle exec rake && popd
3131

3232
- name: Test the JS package
3333
run: pushd js && npm run prepareMaps && npm test && popd

0 commit comments

Comments
 (0)