Skip to content

Commit baabddc

Browse files
committed
Possible workflow fix
1 parent f55c822 commit baabddc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/fasp_base.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
ruby-version: ruby-3.3.6
2323
bundler-cache: true
24+
working-directory: ./debug_fasp
2425

2526
- name: Lint code for consistent style
2627
run: bin/rubocop -f github
@@ -47,6 +48,7 @@ jobs:
4748
with:
4849
ruby-version: ruby-3.3.6
4950
bundler-cache: true
51+
working-directory: ./debug_fasp
5052

5153
- name: Run tests
5254
env:

.github/workflows/fasp_data_sharing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
ruby-version: ruby-3.3.6
2323
bundler-cache: true
24+
working-directory: ./debug_fasp
2425

2526
- name: Lint code for consistent style
2627
run: bin/rubocop -f github
@@ -47,6 +48,7 @@ jobs:
4748
with:
4849
ruby-version: ruby-3.3.6
4950
bundler-cache: true
51+
working-directory: ./debug_fasp
5052

5153
- name: Run tests
5254
env:

0 commit comments

Comments
 (0)