We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a032d74 commit 588ab41Copy full SHA for 588ab41
.github/workflows/main.yml
@@ -54,14 +54,14 @@ jobs:
54
- name: Run premake
55
run: premake5 ${{ matrix.machine.action }} --toolset=${{ matrix.machine.toolset }} --dialect=${{ matrix.dialect }}
56
- name: Initialize CodeQL
57
+ continue-on-error: true
58
uses: github/codeql-action/init@v2
59
with:
60
languages: cpp
61
- name: Build
- if: success() || failure()
62
run: premake5 build --config=${{ matrix.config }} --architecture=${{ matrix.architecture }}
63
- name: Perform CodeQL Analysis
64
65
uses: github/codeql-action/analyze@v2
66
- name: Run test
67
run: premake5 test --config=${{ matrix.config }} --architecture=${{ matrix.architecture }}
0 commit comments