Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
psadda authored Sep 25, 2024
1 parent 40a3064 commit baeb01f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
- name: CTest Action
uses: threeal/[email protected]
name: Build & Test
on:
push:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
build-test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: threeal/cmake-action@v2
- name: Test
uses: threeal/ctest-action@v1

0 comments on commit baeb01f

Please sign in to comment.