Skip to content

Commit

Permalink
Try single quotes when setting $SKIP_ARTIFACTS_OPTION in test-dbt-mod…
Browse files Browse the repository at this point in the history
…els workflow
  • Loading branch information
jeancochrane committed Sep 17, 2024
1 parent 1caadd8 commit b4a612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_dbt_models.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GIT_REF: ${{ github.ref_name }}
GIT_AUTHOR: ${{ github.event.commits[0].author.name }}
COMMERCIAL_SNS_TOPIC: ${{ secrets.AWS_SNS_COMMERCIAL_FAILURE_TOPIC_ARN }}
SKIP_ARTIFACTS_OPTION: ${{ inputs.upload_test_results && "--no-skip-artifacts" || "--skip-artifacts" }}
SKIP_ARTIFACTS_OPTION: ${{ inputs.upload_test_results && '--no-skip-artifacts' || '--skip-artifacts' }}

- name: Save test results to S3
if: inputs.upload_test_results
Expand Down

0 comments on commit b4a612c

Please sign in to comment.