Adds support for Cpp 24.04 and Typescript-node 22 (#1055) #825
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Smoke test "cpp" build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- src/cpp/** | |
- .github/workflows/smoke-cpp.yaml | |
- .github/actions/** | |
- build/** | |
jobs: | |
smoke-test: | |
name: Smoke test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
id: checkout | |
uses: actions/checkout@v3 | |
- name: Smoke test | |
id: smoke_test | |
uses: ./.github/actions/smoke-test | |
with: | |
image: cpp |