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 3d67092 commit 54d45d3Copy full SHA for 54d45d3
.github/workflows/2018-ruby.yaml
@@ -26,5 +26,6 @@ jobs:
26
with:
27
ruby-version: ${{ steps.determine-ruby-version.outputs.VERSION }}
28
bundler-cache: true
29
+ working-directory: ./2018/ruby
30
- name: Run tests
31
run: bundle exec rspec
.github/workflows/2021-ruby.yaml
+ working-directory: ./2021/ruby
0 commit comments