Skip to content

Commit

Permalink
Revert RevertRevertRevertRevert
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Feb 14, 2024
1 parent 8411660 commit 89de1e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ on:
# in particular, they control whether Viper-IDE is tested against certain ViperTools and a ViperServer JAR on push and pull requests
# this is particularly useful during debugging / testing as a new Viper-IDE release is not necessary for every change to the ViperServer JAR
env:
TEST_LOCAL_ON_PUSH_PR: true
TEST_LOCAL_ON_PUSH_PR: false
# note that the following URL is extended with `/${{ matrix.viper-tools-zip-file }}` in the 'build-and-test' job:
TEST_LOCAL_ON_PUSH_PR_VIPERTOOLS_URL: https://github.com/viperproject/viper-ide/releases/download/v-2022-09-21-1611
# the following URL is not extended and downloading the destination is expected to return the viperserver.jar:
Expand Down
4 changes: 4 additions & 0 deletions client/src/test/data/settings/nightly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"viper.buildVersion": "Nightly",
"viper.viperServer.trace.server": "verbose"
}

0 comments on commit 89de1e7

Please sign in to comment.