Skip to content

chore: bump actions/checkout from 4.2.1 to 4.2.2 (#130) #190

chore: bump actions/checkout from 4.2.1 to 4.2.2 (#130)

chore: bump actions/checkout from 4.2.1 to 4.2.2 (#130) #190

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4.2.2
- name: Configure Project
uses: threeal/cmake-action@v2.0.0
with:
options: GIT_CHECKOUT_ENABLE_TESTS=ON
run-build: false
- name: Test Project
uses: threeal/ctest-action@v1.1.0