From af11484c9533cead8199c26729c2b8b73aef7b83 Mon Sep 17 00:00:00 2001 From: Antoine Amend Date: Fri, 8 Mar 2024 16:07:39 -0500 Subject: [PATCH] Create test.yaml --- .github/workflows/test.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/test.yaml diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml new file mode 100644 index 0000000..970fb00 --- /dev/null +++ b/.github/workflows/test.yaml @@ -0,0 +1,12 @@ +name: publish + +on: + workflow_dispatch: + +jobs: + release: + runs-on: ubuntu-latest + steps: + - name: Install dependencies + run: | + echo pip install git+https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/databricks-industry-solutions/industry-solutions-release