Skip to content

Commit 48ab8fd

Browse files
fix 2024 workflow
1 parent f5376b3 commit 48ab8fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/2024-ruby.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/checkout@v3
1818
- name: Setup Ruby
1919
uses: ./.github/shared/setup
20+
with:
21+
working-directory: ./2024/ruby
2022
- name: Run rubocop
2123
run: bundle exec rubocop
2224
tests:
@@ -25,5 +27,7 @@ jobs:
2527
- uses: actions/checkout@v3
2628
- name: Setup Ruby
2729
uses: ./.github/shared/setup
30+
with:
31+
working-directory: ./2024/ruby
2832
- name: Run tests
2933
run: bundle exec rspec

0 commit comments

Comments
 (0)