Skip to content

Commit

Permalink
Add running cmd without oscal-cli in shell after setup
Browse files Browse the repository at this point in the history
Ensure this works to consider tentative new work per comment in GSA/fedramp-automation#601 (review).
  • Loading branch information
xee5ch authored Jun 19, 2024
1 parent 17a1414 commit 34777e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ jobs:
with:
debug: true
id: oscal_cli_basic_debug
- name: Run oscal-cli for version check (debugging on)
uses: ./
id: oscal_cli_basic
- name: Run oscal-cli for version check (debugging off)
uses: ./
run: |
date
id: alternate_shell_command

0 comments on commit 34777e7

Please sign in to comment.