Skip to content

Commit

Permalink
Test with debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jaisnan committed Sep 15, 2023
1 parent 2e7e278 commit 7503eff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
kani-version: '0.47.0'
continue-on-error: true # Continue to the next steps even if this job fails

- name: Debug previous step
id: debug_step
env:
S_OUTPUT: ${{ steps.random-color-set_error.outputs }}
run: echo "The selected color is $S_OUTPUT"

- name: Run Kani with older version
uses: ./ # Uses the action in the root directory
with:
Expand Down

0 comments on commit 7503eff

Please sign in to comment.