Skip to content

Commit

Permalink
ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvict committed May 10, 2024
1 parent 543bbf7 commit 418887d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/JsActionPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs :
strategy :
fail-fast : false
matrix :
os : [ ubuntu-latest, windows-latest, macos-latest ]
os : [ ubuntu-latest ]
node-version : [ 20.x ]
if : |
!startsWith( github.event.head_commit.message, 'version' )
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs :
run : env
- run : npm list
continue-on-error : true
- run : node test/Command.test.s v:7 r:retryCheckRetryTime r:retryWithOptionRetryConditionAndCheckOfStepOutput r:retryAndCheckRuntimeEnvironments
- run : node test/Command.test.s v:7

0 comments on commit 418887d

Please sign in to comment.