continue-on-error is ignored by Gitea Actions now
All checks were successful
deploy / main (push) Successful in 13s
All checks were successful
deploy / main (push) Successful in 13s
https://docs.gitea.com/usage/actions/comparison#jobsjob_idcontinue-on-error
This commit is contained in:
parent
b1b60436e1
commit
1ad8205055
1 changed files with 1 additions and 2 deletions
|
@ -15,6 +15,5 @@ jobs:
|
|||
- run: apk add nodejs
|
||||
- uses: actions/checkout@v3
|
||||
- run: apk add make docker-cli-compose
|
||||
- run: make setup
|
||||
continue-on-error: true
|
||||
- run: "make setup || :"
|
||||
- run: make deploy
|
||||
|
|
Loading…
Add table
Reference in a new issue