Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Feb 9, 2025
1 parent 09e26a6 commit 4474134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/run_tests_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd $GITHUB_WORKSPACE/client # to install frontend dependencies
npm install -d
#./node_modules/grunt/bin/grunt build_for_testing

cd $GITHUB_WORKSPACE/backend && coverage run ./bin/globaleaks -z &
cd $GITHUB_WORKSPACE/backend && coverage run ./bin/globaleaks -z -n &

PID=$!

Expand Down

0 comments on commit 4474134

Please sign in to comment.