Skip to content

Commit

Permalink
Update test_fredi.yml
Browse files Browse the repository at this point in the history
make boolean check true
  • Loading branch information
tonygard-indecon authored Oct 12, 2023
1 parent 9b5b3f9 commit 220faf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Upload Tests
if: |
inputs.run_tests == 'yes'
inputs.run_tests == 'true'
uses: actions/upload-artifact@v3
with:
name: Test Data
Expand All @@ -147,7 +147,7 @@ jobs:
- name: Upload Report Figures
if: |
inputs.make_figures == 'yes'
inputs.make_figures == 'true'
uses: actions/upload-artifact@v3
with:
name: Report Data
Expand Down

0 comments on commit 220faf6

Please sign in to comment.