Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zargot committed Jan 16, 2025
1 parent 0be276a commit 18f4645
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test-gen-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
cache: 'pip'
- run: pip install -r requirements.txt
- run: python src/odm_validation/tools/generate_assets.py
- uses: actions/assert-command-line-output
with:
command_line: |
git status --porcelain > actual.txt
touch expected.txt
assert_file_path: expected.txt
expected_result: PASSED
- run: [ -z "$(git status --porcelain)" ]
# - run: [ -z ]
# - uses: actions/assert-command-line-output
# with:
# command_line: |
# git status --porcelain > actual.txt
# touch expected.txt
# assert_file_path: expected.txt
# expected_result: PASSED

0 comments on commit 18f4645

Please sign in to comment.