Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Sep 28, 2024
1 parent ca3bb12 commit f6e86cf
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions actions/testmo-create-resources/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,12 @@ runs:
run: |
echo "generating/updating Testmo resources file '$RESOURCES_FILE'"
echo "== node =="
node --version
which node
echo "== node =="
npx --version
which npx
echo $PATH
echo "cwd: $(pwd) -- contents:"
ls -A
compose_testmo_resources_file.py \
--resources_json '${{ inputs.resources_json }}' \
--destination "$RESOURCES_FILE"
echo "cwd: $(pwd) -- contents:"
ls -A
echo "resources file contents:"
cat "$RESOURCSE_FILE"
shell: bash
env:
RESOURCES_FILE: ${{ inputs.resources_file }}
RESOURCES_JSON: ${{ inputs.resources_json }}

0 comments on commit f6e86cf

Please sign in to comment.