Skip to content

[Ruby]-3.0 EOL- Images Issue #998 (#1026) #797

[Ruby]-3.0 EOL- Images Issue #998 (#1026)

[Ruby]-3.0 EOL- Images Issue #998 (#1026) #797

Workflow file for this run

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