Trying to activate manually

This commit is contained in:
bd_ 2022-09-14 20:33:46 -07:00
parent 76491deb5f
commit 5759b371e0
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,9 +1,9 @@
name: Run tests
on:
workflow_dispatch: {}
push:
branches:
- ci-test
#push:
# branches:
# - ci-test
jobs:
test-activation: