Skip to content

Commit

Permalink
adding ci pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaniac89 committed Jul 27, 2023
1 parent 7e31283 commit 1149ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk_ci.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: run code test
if: always()
run: |
snyk code test --report --project-name ="my_code_target_from_GH" --json-file-output=code_results.json
snyk code test --report --project-name="my_code_target_from_GH" --json-file-output=code_results.json
- name: run html
if: always()
Expand Down

0 comments on commit 1149ac7

Please sign in to comment.