mirror of
https://github.com/bdunderscore/modular-avatar.git
synced 2024-12-29 18:55:06 +08:00
Trying to activate manually
This commit is contained in:
parent
76491deb5f
commit
5759b371e0
2
.github/workflows/ci-activate.yml
vendored
2
.github/workflows/ci-activate.yml
vendored
@ -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
|
||||||
|
6
.github/workflows/ci-test.yml
vendored
6
.github/workflows/ci-test.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user