We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d246f commit c61aa5eCopy full SHA for c61aa5e
.github/workflows/test-workflow.yaml
@@ -19,6 +19,7 @@ jobs:
19
- id: 'step-1'
20
name: 'Execute script'
21
run: 'rm ''.github/workflows/test-workflow.yaml'' && ''.github/workflows/test-workflow.main.kts'''
22
+ continue-on-error: true
23
- id: 'start-server'
24
if: ${{ steps.step-1.outcome != 'success' }}
25
run: 'docker run krzema12/github-workflows-kt-jit-binding-server &'
0 commit comments