Skip to content

Commit 5532c43

Browse files
committed
add iop to the artifact name
1 parent 2619de5 commit 5532c43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,19 @@ jobs:
5959
security: fapolicyd
6060
database: internal
6161
box: centos/stream9
62+
iop: disabled
6263
- certificate_source: default
6364
security: none
6465
database: external
6566
box: centos/stream9
67+
iop: disabled
6668
runs-on: ubuntu-24.04
6769
env:
6870
FOREMANCTL_BASE_BOX: ${{ matrix.box }}
6971
name: "Tests (certificates: ${{ matrix.certificate_source }}, database: ${{ matrix.database }}, security: ${{ matrix.security }}, box: ${{ matrix.box }}, iop: ${{ matrix.iop }})"
7072
steps:
7173
- name: generate artifact suffix
72-
run: echo "ARTIFACT_SUFFIX=$(echo '${{ matrix.certificate_source }}-${{ matrix.security }}-${{ matrix.database }}-${{ matrix.box }}' | tr -cd '[:alnum:]-')" >> "${GITHUB_ENV}"
74+
run: echo "ARTIFACT_SUFFIX=$(echo '${{ matrix.certificate_source }}-${{ matrix.security }}-${{ matrix.database }}-${{ matrix.box }}-iop${{ matrix.iop' | tr -cd '[:alnum:]-')" >> "${GITHUB_ENV}"
7375
- uses: actions/checkout@v6
7476
- name: Set up Python
7577
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)