Skip to content

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#117) #171

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#117)

chore: bump actions/upload-artifact from 4.3.6 to 4.4.0 (#117) #171

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
- name: Configure Project
uses: threeal/cmake-action@v1.3.0
with:
options: GIT_CHECKOUT_ENABLE_TESTS=ON
- name: Test Project
uses: threeal/ctest-action@v1.1.0