Skip to content

Commit 7898729

Browse files
committed
fix cache, run all the tests even if fail
1 parent 760720c commit 7898729

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/framework-golden-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
id-token: write
1616
contents: read
1717
strategy:
18+
fail-fast: false
1819
matrix:
1920
test:
2021
- name: TestSmoke
@@ -61,7 +62,8 @@ jobs:
6162
~/go/pkg/mod
6263
key: go-modules-${{ hashFiles('**/go.sum') }}-${{ runner.os }}-framework-golden-examples
6364
restore-keys: |
64-
go-modules-${{ hashFiles('**/go.sum') }}-${{ runner.os }}-framework-golden-examples
65+
go-modules-${{ runner.os }}-framework-golden-examples
66+
go-modules-${{ runner.os }}
6567
- name: Install dependencies
6668
run: go mod download
6769
- name: Run Docker Component Tests

0 commit comments

Comments
 (0)