Skip to content

Commit

Permalink
[Temp] Run test with only BasicAuthLoginTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Aug 6, 2024
1 parent 281d527 commit 681f442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-desktop-integration-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

docker run -d -p 2023:80 --name tmail-web -v "$(pwd)/env.file:/usr/share/nginx/html/assets/env.file" tmail-web:integration-test
./mvnw test
./mvnw test -Dtest=BasicAuthLoginTest

0 comments on commit 681f442

Please sign in to comment.