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 f55c822 commit baabddcCopy full SHA for baabddc
.github/workflows/fasp_base.yml
@@ -21,6 +21,7 @@ jobs:
21
with:
22
ruby-version: ruby-3.3.6
23
bundler-cache: true
24
+ working-directory: ./debug_fasp
25
26
- name: Lint code for consistent style
27
run: bin/rubocop -f github
@@ -47,6 +48,7 @@ jobs:
47
48
49
50
51
52
53
- name: Run tests
54
env:
.github/workflows/fasp_data_sharing.yml
0 commit comments