Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
james-garriss committed Mar 1, 2024
1 parent 26babaa commit 36fb0f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run_functional_product_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
$params = $env:TestParams
# Split into products
$products = $params.split("|")
env:
TestParams: ${{ secrets.NIGHTLY_TEST_BUILD_PARAMS_DEV }}
# - name: Create PFX

Check warning on line 93 in .github/workflows/run_functional_product_tests.yaml

View workflow job for this annotation

GitHub Actions / MegaLint YAML Check

93:3 [comments-indentation] comment not indented like content
# run: |
# New-Item -ItemType file -Path ./key.txt
Expand Down

0 comments on commit 36fb0f2

Please sign in to comment.