Skip to content

Commit e884b6d

Browse files
tests: disable tests on other images for now
1 parent 611c050 commit e884b6d

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/run_tests.yaml

+18-18
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,21 @@ jobs:
1313
# SOPS_AGE_KEY: ${{ secrets.SOPS_AGE_KEY }}
1414
run: bash ./scripts/run_tests.sh
1515

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

0 commit comments

Comments
 (0)