diff --git a/actions/testmo-create-resources/action.yml b/actions/testmo-create-resources/action.yml index 4af9d12..d9247ef 100644 --- a/actions/testmo-create-resources/action.yml +++ b/actions/testmo-create-resources/action.yml @@ -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 }}