Skip to content

fix: stamp a real version into the docker latest image (#930) #1569

fix: stamp a real version into the docker latest image (#930)

fix: stamp a real version into the docker latest image (#930) #1569

Workflow file for this run

name: Smoke test
on:
push:
pull_request:
jobs:
smoke_test_ubuntu:
uses: ./.github/workflows/smoke_test_reuse_job.yml
with:
run_on: ubuntu-latest
smoke_test_macos:
uses: ./.github/workflows/smoke_test_reuse_job.yml
with:
run_on: macos-latest
smoke_test_windows:
uses: ./.github/workflows/smoke_test_reuse_job.yml
with:
run_on: windows-latest