Skip to content

Commit

Permalink
Remove specific CI for frontend
Browse files Browse the repository at this point in the history
This is done because the Clockwork web frontend tests are now included in the global script test.sh.
Also, fix a mini typo error.
  • Loading branch information
soline-b committed Dec 7, 2023
1 parent ada7282 commit 88c408e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci_frontend.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python3 -m flask run --host="0.0.0.0" &
echo Wait 5 seconds to let server fully start
sleep 5

echo Check that server is onlinw
echo Check that server is online
python -c "import urllib.request; print(urllib.request.urlopen('http://127.0.0.1:5000/').getcode())"

echo Run tests
Expand Down

0 comments on commit 88c408e

Please sign in to comment.