mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
continue-on-error value must be a boolean
This commit is contained in:
committed by
Lorenzo Bolla
parent
9f9a1a138b
commit
20b038bfb7
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -23,17 +23,17 @@ jobs:
|
||||
matrix:
|
||||
go: [1.11, 1.12, 1.13]
|
||||
run_long_tests: [no]
|
||||
allow_failure: [no]
|
||||
allow_failure: [false]
|
||||
include:
|
||||
- go: master
|
||||
run_long_tests: no
|
||||
allow_failure: yes
|
||||
allow_failure: true
|
||||
- go: 1.14
|
||||
run_long_tests: yes
|
||||
allow_failure: no
|
||||
allow_failure: false
|
||||
- go: 1.15
|
||||
run_long_tests: yes
|
||||
allow_failure: no
|
||||
allow_failure: false
|
||||
|
||||
env:
|
||||
NO_FTP_ACCESS: yes
|
||||
|
||||
Reference in New Issue
Block a user