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 4bceef5 commit a032d74Copy full SHA for a032d74
.github/workflows/main.yml
@@ -58,11 +58,10 @@ jobs:
58
with:
59
languages: cpp
60
- name: Build
61
+ if: success() || failure()
62
run: premake5 build --config=${{ matrix.config }} --architecture=${{ matrix.architecture }}
63
- name: Perform CodeQL Analysis
64
uses: github/codeql-action/analyze@v2
- - name: Print contents of bin
65
- if: matrix.machine.os == 'ubuntu-latest'
66
- run: ls bin
67
- name: Run test
68
run: premake5 test --config=${{ matrix.config }} --architecture=${{ matrix.architecture }}
0 commit comments