Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Sep 13, 2023
1 parent fdd5ae8 commit 41f1499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ build-and-test-ci-e2e target:
export CYPRESS_CONNECT_ADDRESS="http://$CONNECT_IP:3939/connect/\#/login"
# install cypress
npx cypress install
if [[ {{target}} ~= "windows" ]]; then
if [[ {{target}} =~ "windows" ]]; then
npm run test-win:2e2:ci
else
npm run test:e2e:ci
Expand Down

0 comments on commit 41f1499

Please sign in to comment.