From 5759b371e095769b33c6e44f64c4614afb0f3406 Mon Sep 17 00:00:00 2001 From: bd_ Date: Wed, 14 Sep 2022 20:33:46 -0700 Subject: [PATCH] Trying to activate manually --- .github/workflows/ci-activate.yml | 2 +- .github/workflows/ci-test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-activate.yml b/.github/workflows/ci-activate.yml index d4908b48..c8efefff 100644 --- a/.github/workflows/ci-activate.yml +++ b/.github/workflows/ci-activate.yml @@ -11,7 +11,7 @@ jobs: steps: # Request manual activation file - uses: actions/checkout@v3 - - runs: | + - run: | cd ci\unity-req-license powershell .\req-license.ps1 - name: Expose as artifact diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 89799afc..d10d9e9e 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -1,9 +1,9 @@ name: Run tests on: workflow_dispatch: {} - push: - branches: - - ci-test + #push: + # branches: + # - ci-test jobs: test-activation: