File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change
1
+ name : Container Tests
2
+
3
+ jobs :
4
+ integration_test :
5
+ name : 🚥 Container test
6
+ needs :
7
+ - Build
8
+ runs-on : ubuntu-latest
9
+ steps :
10
+ - uses : actions/checkout@v4
11
+ - run : docker pull ghcr.io/${{ github.repository }}:${{ github.sha }}
12
+ - name : 🚥 Run Container Tests
13
+ uses : docker://gcr.io/gcp-runtimes/container-structure-test:v1.15.0
14
+ with :
15
+ args : test --config container-structure-test.yml --image ghcr.io/${{ github.repository }}:${{ github.sha }} --verbosity debug
Original file line number Diff line number Diff line change 41
41
cache-to : type=registry,ref=ghcr.io/${{ github.repository }}:buildcache,mode=max
42
42
build-args : |
43
43
SOURCE_COMMIT=${{ github.sha }}
44
-
45
- integration_test :
46
- name : 🚥 Integration test
47
- needs :
48
- - Build
49
- runs-on : ubuntu-latest
50
- steps :
51
- - uses : actions/checkout@v4
52
- - run : docker pull ghcr.io/${{ github.repository }}:${{ github.sha }}
53
- - name : 🚥 Run Container Tests
54
- uses : docker://gcr.io/gcp-runtimes/container-structure-test:v1.15.0
55
- with :
56
- args : test --config container-structure-test.yml --image ghcr.io/${{ github.repository }}:${{ github.sha }} --verbosity debug
You can’t perform that action at this time.
0 commit comments