Skip to content

Commit

Permalink
some more adaptations
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL authored Feb 14, 2024
1 parent 7312872 commit 24ca225
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,15 +275,12 @@ jobs:
mkdir -p client/src/test/data/settings
echo '{
"viper.buildVersion": "Local",
"viper.paths": {
"v": "674a514867b1",
"viperToolsPath": {
"windows": "${{ env.EXTRACTED_TOOLS_PATH }}",
"linux": "${{ env.EXTRACTED_TOOLS_PATH }}",
"mac": "${{ env.EXTRACTED_TOOLS_PATH }}"
}
"viper.paths.viperToolsPath": {
"windows": "${{ env.EXTRACTED_TOOLS_PATH }}",
"linux": "${{ env.EXTRACTED_TOOLS_PATH }}",
"mac": "${{ env.EXTRACTED_TOOLS_PATH }}"
},
"viper.trace.server": "verbose"
"viper.viperServer.trace.server": "verbose"
}' > client/src/test/data/settings/ci_local.json
shell: bash

Expand Down

0 comments on commit 24ca225

Please sign in to comment.