Skip to content

Commit c61aa5e

Browse files
committed
Add continue-on-error
1 parent 72d246f commit c61aa5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-workflow.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- id: 'step-1'
2020
name: 'Execute script'
2121
run: 'rm ''.github/workflows/test-workflow.yaml'' && ''.github/workflows/test-workflow.main.kts'''
22+
continue-on-error: true
2223
- id: 'start-server'
2324
if: ${{ steps.step-1.outcome != 'success' }}
2425
run: 'docker run krzema12/github-workflows-kt-jit-binding-server &'

0 commit comments

Comments
 (0)