Skip to content

Commit 3b4bf71

Browse files
eighth try for CI/CD: don't skip the tests...
1 parent fcd0284 commit 3b4bf71

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/codeql-unit-tests.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
fi
3535
3636
- name: Test Queries
37-
if: steps.changes.outputs.src == 'true'
3837
env:
3938
RUNNER_TEMP: ${{ runner.temp }}
4039
shell: python
@@ -87,21 +86,13 @@ jobs:
8786
file.close()
8887
8988
- name: Upload test results
90-
if: steps.changes.outputs.src == 'true'
9189
uses: actions/upload-artifact@v4
9290
with:
9391
name: ${{ matrix.language }}-test-results
9492
path: |
9593
${{ runner.temp }}/${{ matrix.language }}/test_report_slice_*.json
9694
if-no-files-found: error
9795

98-
- name: Compile / Check Suites & Packs
99-
if: steps.changes.outputs.src == 'true'
100-
env:
101-
GITHUB_TOKEN: ${{ github.token }}
102-
run: |
103-
./.github/scripts/pr-suites-packs.sh ${{ github.event.number }} ${{ matrix.language }}
104-
10596
validate-test-results:
10697
name: Validate test results
10798
needs: compile-and-test

0 commit comments

Comments
 (0)