Skip to content

Commit

Permalink
Rename steps to be clearer/unique
Browse files Browse the repository at this point in the history
  • Loading branch information
pritchyspritch committed May 15, 2024
1 parent 3dfe74d commit 94df32a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-push-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- name: Run threagile
- name: Test threagile help
id: threagile-test-optional-args
uses: pritchyspritch/run-threagile-action@v2
with:
optional_args: '--help'

- name: Run threagile
- name: Test threagile with real model
id: threagile
uses: pritchyspritch/run-threagile-action@v2
with:
model_file: 'example-models/threagile-SSPHP-model.yaml'
output_dir: 'test/location'

# will fail as Azure data ingestion hasn't been automated yet
- name: Run threagile
- name: Test threagile dfe automation
id: dfe-threagile
uses: pritchyspritch/run-threagile-action@v2
with:
Expand Down

0 comments on commit 94df32a

Please sign in to comment.