Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Apr 18, 2024
1 parent 3b495dd commit 318222d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
run: |
poetry install
ls -al
touch $GITHUB_WORKSPACE/tests/cmr/concise/uat_associations.txt
touch $GITHUB_WORKSPACE/tests/cmr/concise/ops_associations.txt
ls $GITHUB_WORKSPACE/tests/cmr/concise/uat/ > $GITHUB_WORKSPACE/tests/cmr/concise/uat_associations.txt
ls $GITHUB_WORKSPACE/tests/cmr/concise/ops/ > $GITHUB_WORKSPACE/tests/cmr/concise/ops_associations.txt
Expand Down

0 comments on commit 318222d

Please sign in to comment.