Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Heerpa committed Mar 26, 2024
1 parent e61bacb commit fead144
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
$key, $TEST_CONFLUENCE_TOKEN = $envFileContent[1] -split '=', 2
$key, $TEST_CONFLUENCE_SPACE = $envFileContent[2] -split '=', 2
$key, $TEST_CONFLUENCE_PAGE = $envFileContent[3] -split '=', 2
echo $envFileContent[0] >> $env.GITHUB_ENV
echo $envFileContent[1] >> $env.GITHUB_ENV
echo $envFileContent[2] >> $env.GITHUB_ENV
echo $envFileContent[3] >> $env.GITHUB_ENV
$TEST_CONFLUENCE_URL
Write-Output $TEST_CONFLUENCE_URL
Expand Down

0 comments on commit fead144

Please sign in to comment.