Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! ci: Add ci job to run wopi-validat…
Browse files Browse the repository at this point in the history
…or-core
  • Loading branch information
juliusknorr committed Nov 29, 2024
1 parent 794498a commit b6bb80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wopi-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ WOPI_URL="$NEXTCLOUD_URL/index.php/apps/richdocuments/wopi/files/$FILE_ID"
echo "WOPI URL: $WOPI_URL"
echo "WOPI token generated: $WOPI_TOKEN"

docker run --network nextcloud_default --add-host nextcloud.local:192.168.21.1 -it --rm tylerbutler/wopi-validator -- -w $WOPI_URL -t $WOPI_TOKEN -l 0 "$@"
docker run --network nextcloud_default --add-host nextcloud.local:192.168.21.1 --rm tylerbutler/wopi-validator -- -w $WOPI_URL -t $WOPI_TOKEN -l 0 "$@"

0 comments on commit b6bb80d

Please sign in to comment.