Skip to content

Commit

Permalink
run single test routine
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed Mar 19, 2024
1 parent 146c254 commit 5df54c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/JsActionPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,4 @@ jobs :
run : env
- run : npm list
continue-on-error : true
- if : startsWith( matrix.os, 'ubuntu' )
run : xvfb-run --auto-servernum npm test
- if : "!startsWith( matrix.os, 'ubuntu' )"
run : npm test
- run : node test/Action.test.s r:retryDockerActionWithInputs v:7

0 comments on commit 5df54c3

Please sign in to comment.