Disable fail-fast for E2E test runs (#3342)

Also update to Go 1.17+
This commit is contained in:
Zach Wasserman 2021-12-12 18:10:06 -08:00 committed by GitHub
parent 4e7a0ce88a
commit cad7674430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,10 @@ name: Run Tests
jobs:
test-e2e:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
go-version: ['^1.16.0']
go-version: ['^1.17.0']
fleet-tier: [free, premium]
runs-on: ${{ matrix.os }}
steps: