Skip to content

Commit

Permalink
ci: use any pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Jun 11, 2024
1 parent a8cab59 commit 6ad6f50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ config = {
"skip": False,
},
"ocis": {
"version": "5.0.0",
"version": "5.0",
# comma separated list of tags to be used for filtering. E.g. "@tag1,@tag2"
"tags": "~@skipOnOCIS",
"skip": False,
Expand Down Expand Up @@ -308,6 +308,8 @@ def gui_tests(squish_parameters = "", server_type = "oc10"):
"STACKTRACE_FILE": "%s/stacktrace.log" % dir["guiTestReport"],
"PLAYWRIGHT_BROWSERS_PATH": "%s/.playwright" % dir["base"],
"OWNCLOUD_CORE_DUMP": 1,
# allow to use any available pnpm version
"COREPACK_ENABLE_STRICT": 0,
},
"volumes": pip_step_volume,
}]
Expand Down

0 comments on commit 6ad6f50

Please sign in to comment.