Skip to content

Commit

Permalink
create empty files
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 0e70931 commit 3b495dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
run: |
poetry install
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 3b495dd

Please sign in to comment.