Skip to content

Commit

Permalink
Follow chonge in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Rindrics committed Jun 15, 2024
1 parent 7d143d6 commit 8669390
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,22 @@ jobs:
with:
params: >
{
"foo": {"continue-on-error": "false"},
"bar": {"timeout-minutes": "10"}
"workflow": {
"on": "[push, pull_request]"
},
"jobs.test": {
"runs-on": "ubuntu-latest"
},
"steps.foo": {
"continue-on-error": "true"
},
"steps.bar": {
"timeout-minutes": "10"
}
}
- id: foo
run: echo hello
continue-on-error: true

- id: bar
run: sleep 5
Expand Down

0 comments on commit 8669390

Please sign in to comment.