Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvy committed Aug 4, 2023
1 parent cf48ed3 commit 6d70d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
script: ./gradlew connectedCheck

- name: Get JUnit results
run: node $GITHUB_ACTION_PATH/dist/index.js
run: npm install && npm start
shell: bash
env:
INPUT_PR_AUTHOR_USERNAME: ${{inputs.pr_author_username}}

0 comments on commit 6d70d8e

Please sign in to comment.