Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcollins committed Jan 6, 2025
1 parent 6acce88 commit 04f9da6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: LibJWT Build, Unit Tests, and Coverage

on:
workflow_dispatch:
push:
branches: [ "master" ]
branches: [ "test-builds" ]
paths-ignore:
- "doxygen/**"
- ".github/**"
- "images/**"
pull_request:
branches: [ "master" ]
branches: [ "test-builds" ]
paths-ignore:
- "doxygen/**"
- ".github/**"
Expand All @@ -23,7 +24,7 @@ jobs:
with:
brew: gnutls openssl@3 jansson pkgconf cmake check

- name: Build, Test, and Docs
- name: Build and Test
uses: threeal/[email protected]
with:
options: |
Expand Down Expand Up @@ -54,6 +55,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ${{github.workspace}}/build/check-code-coverage.info
disable_search: true
verbose: true

- name: Memcheck
Expand Down

0 comments on commit 04f9da6

Please sign in to comment.