File tree 1 file changed +18
-18
lines changed
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -13,21 +13,21 @@ jobs:
13
13
# SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
14
14
run : bash ./scripts/run_tests.sh
15
15
16
- run_container_tests :
17
- name : Run tests in containers
18
- runs-on : ubuntu-22.04
19
- strategy :
20
- matrix :
21
- image : [ "debian:12", "alpine:3.18" ]
22
- container :
23
- image : ${{ matrix.image }}
24
- steps :
25
- - name : Checkout repo
26
- uses : actions/checkout@v4
27
- - name : Add bash to alpine
28
- if : ${{ contains(matrix.image, 'alpine') }}
29
- run : apk add bash
30
- - name : Run tests
31
- # env:
32
- # SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
33
- run : bash ./scripts/run_tests.sh
16
+ # run_container_tests:
17
+ # name: Run tests in containers
18
+ # runs-on: ubuntu-22.04
19
+ # strategy:
20
+ # matrix:
21
+ # image: [ "debian:12", "alpine:3.18" ]
22
+ # container:
23
+ # image: ${{ matrix.image }}
24
+ # steps:
25
+ # - name: Checkout repo
26
+ # uses: actions/checkout@v4
27
+ # - name: Add bash to alpine
28
+ # if: ${{ contains(matrix.image, 'alpine') }}
29
+ # run: apk add bash
30
+ # - name: Run tests
31
+ # # env:
32
+ # # SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
33
+ # run: bash ./scripts/run_tests.sh
You can’t perform that action at this time.
0 commit comments