Skip to content

Commit

Permalink
Test license
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Nov 30, 2023
1 parent 91d56b4 commit 349d13e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/testbranch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,18 @@ jobs:
with:
fetch-depth: '1'

- name: Set environment variables
run: |
set JCOBRIDGE_SCOPEDON=JCOReflector
set JCOBRIDGE_SCOPEDONVERSION=1.0.0
set JCOBRIDGE_LICENSEPATH=%LICENSE%
shell: cmd
with:
LICENSE: secrets.JCOBRIDGE_ONLINE

- name: Export environment variables
run: set
shell: cmd

- name: Extract secret
run: .github\workflows\GetLicense.ps1 ${{ secrets.JCOBRIDGE_2_5_9 }} .\JCOBridge.lic

# Runs a set of commands using the runners shell
- name: Build JCOReflectorCLI
Expand Down

0 comments on commit 349d13e

Please sign in to comment.