Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting Linux Tests from Core to Distributable Linux #18

Closed
shaggyyy2002 opened this issue Jun 25, 2024 · 0 comments
Closed

Connecting Linux Tests from Core to Distributable Linux #18

shaggyyy2002 opened this issue Jun 25, 2024 · 0 comments

Comments

@shaggyyy2002
Copy link
Contributor

shaggyyy2002 commented Jun 25, 2024

On the Core Repo, We have used repository dispatch action, so that when a tag is pushed, it will check the tests and if passed it will trigger this repo's CI to build the distributable for Linux.
Solution continues for this issue -> Core Repo : metacall/core#505

name: "MetaCall Distributable Linux Release"

on:
  repository_dispatch:
    types: [test-trigger]
  pull_request:
  push:
    tags:
      - 'v*.*.*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants