mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-08 16:48:51 +00:00
Run smoke test on release workflow success.
This commit is contained in:
committed by
fiatjaf_
parent
f27ac6c0e3
commit
b5bd2aecf6
6
.github/workflows/smoke-test-release.yml
vendored
6
.github/workflows/smoke-test-release.yml
vendored
@@ -1,13 +1,17 @@
|
||||
name: Smoke test the binary
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_run:
|
||||
workflows: ["build cli for all platforms"]
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
smoke-test-linux-amd64:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- name: Download and smoke test latest binary
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user