Skip to content

Commit

Permalink
Add split steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketionist committed Aug 27, 2023
1 parent b64ce4b commit cc91709
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
fi
- name: Test
- run: echo "Tests from code:"
- run: npm test
- run: echo "Tests from file with TARGET_FILE_PATH env variable:"
- run: TARGET_FILE_PATH='./README.md' node index.js
- run: echo "Tests from code:"
- run: npm test
- run: echo "Tests from file with TARGET_FILE_PATH env variable:"
- run: TARGET_FILE_PATH='./README.md' node index.js

0 comments on commit cc91709

Please sign in to comment.