Skip to content

Commit

Permalink
Workflow to test install scripts (#22)
Browse files Browse the repository at this point in the history
* Post Release Workflow to test install scripts

Triggers the test-windows.yml file in metacall/install

The failure of this workflow doesnt interfere with the release

* Rename post_release.yml to post-release.yml

Co-authored-by: Vicente Eduardo Ferrer Garcia <[email protected]>
  • Loading branch information
roysti10 and viferga authored Nov 21, 2022
1 parent c3588f9 commit 981758d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test Windows Install Script with new release

on:
workflow_run:
workflows: ["MetaCall Distributable Windows Release"]
types:
- completed

jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: convictional/[email protected]
with:
owner: metacall
repo: install
github_token: ${{ secrets.G_PERSONAL_ACCESS_TOKEN }}
workflow_file_name: test-windows.yml
wait_workflow: true
ref: master


0 comments on commit 981758d

Please sign in to comment.