Skip to content

Commit 4d13d9b

Browse files
authored
Run 'all' tests in the smoke tests CI (#412)
1 parent 1adce33 commit 4d13d9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
TNF_SMOKE_TESTS_LOG_LEVEL: trace
2222
ON_DEMAND_DEBUG_PODS: false
2323
TERM: xterm-color
24+
SMOKE_TESTS_LABELS_FILTER: all
2425
jobs:
2526
linters:
2627
runs-on: ubuntu-22.04
@@ -122,7 +123,7 @@ jobs:
122123
working-directory: cnf-certification-test
123124

124125
- name: 'Test: Run Smoke Tests in a TNF container'
125-
run: TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} -l '!affiliated-certification-container-is-certified-digest && !access-control-security-context'
126+
run: TNF_LOG_LEVEL=${TNF_SMOKE_TESTS_LOG_LEVEL} ./run-tnf-container.sh ${{ env.TESTING_CMD_PARAMS }} -l "${SMOKE_TESTS_LABELS_FILTER}"
126127
working-directory: cnf-certification-test
127128

128129
- name: Build the TNF tool

0 commit comments

Comments
 (0)