fallback to buildinfo when airversion and goversion is empty (#474) #603
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 | |
on: | |
push: | |
jobs: | |
smoke_test_ubuntu: | |
uses: cosmtrek/air/.github/workflows/smoke_test_reuse_job.yml@add_smoke_test | |
with: | |
run_on: ubuntu-latest | |
smoke_test_macos: | |
uses: cosmtrek/air/.github/workflows/smoke_test_reuse_job.yml@add_smoke_test | |
with: | |
run_on: macos-latest | |
smoke_test_windows: | |
uses: cosmtrek/air/.github/workflows/smoke_test_window_reust_job.yml@fix_window_arg_bug | |
with: | |
run_on: windows-latest |