Skip to content

Commit 588ab41

Browse files
committed
Update CI/CD again
1 parent a032d74 commit 588ab41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
- name: Run premake
5555
run: premake5 ${{ matrix.machine.action }} --toolset=${{ matrix.machine.toolset }} --dialect=${{ matrix.dialect }}
5656
- name: Initialize CodeQL
57+
continue-on-error: true
5758
uses: github/codeql-action/init@v2
5859
with:
5960
languages: cpp
6061
- name: Build
61-
if: success() || failure()
6262
run: premake5 build --config=${{ matrix.config }} --architecture=${{ matrix.architecture }}
6363
- name: Perform CodeQL Analysis
64+
continue-on-error: true
6465
uses: github/codeql-action/analyze@v2
6566
- name: Run test
66-
if: success() || failure()
6767
run: premake5 test --config=${{ matrix.config }} --architecture=${{ matrix.architecture }}

0 commit comments

Comments
 (0)