Skip to content

Commit

Permalink
Enable security-and-quality CodeQL test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Jul 4, 2021
1 parent bb07067 commit c4907d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
features:
- --enable-debug
- --enable-libnotify
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install Dependencies
Expand All @@ -32,4 +33,8 @@ jobs:
run: make && make check TESTS=
- name: Run Test
working-directory: ${{ github.workspace }}/build
run: make check && cat test/*.log
run: make check
- name: Show Test Log
if: ${{ always() }}
working-directory: ${{ github.workspace }}/build
run: cat test/*.log
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
queries: security-and-quality
- name: Create Build Environment
run: |
mkdir -p ${{ github.workspace }}/build
Expand Down

0 comments on commit c4907d7

Please sign in to comment.