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: steps:
# Request manual activation file # Request manual activation file
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- runs: | - run: |
cd ci\unity-req-license cd ci\unity-req-license
powershell .\req-license.ps1 powershell .\req-license.ps1
- name: Expose as artifact - name: Expose as artifact

View File

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