Skip to content

chore: bump workflows to use Ubuntu 24.04 (#132) #194

chore: bump workflows to use Ubuntu 24.04 (#132)

chore: bump workflows to use Ubuntu 24.04 (#132) #194

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
test-project:
name: Test Project
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/[email protected]
- name: Configure Project
uses: threeal/[email protected]
with:
options: GIT_CHECKOUT_ENABLE_TESTS=ON
run-build: false
- name: Test Project
uses: threeal/[email protected]