Skip to content

Commit

Permalink
Update step names and working dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow committed Jan 27, 2024
1 parent 00a0bae commit ff4b672
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
push: true
tags: ${{ env.TEST_TAG }}

- name: Run successfully against a healthy package
- name: No issues in a healthy package
id: test-healthy
working-directory: ./tests/healthy
working-directory: ./tests/healthypkg
run: |
docker run \
-e PACKAGE_TO_SCAN="./..."
--rm ${{ env.TEST_TAG }}
- name: Spot issues against an unhealthy package
- name: Spot issues in an unhealthy package
id: test-unhealthy
working-directory: ./tests/unhealthy
working-directory: ./tests/unhealthypkg
run: |
set +e
Expand Down

0 comments on commit ff4b672

Please sign in to comment.