Skip to content

Commit

Permalink
Notification dashboard (#3)
Browse files Browse the repository at this point in the history
Current version on test-server

---------

Co-authored-by: RoryPTB <47696929+RoryPTB@users.noreply.github.com>
Co-authored-by: david-i-berry <dberry@wmo.int>
  • Loading branch information
3 people authored Sep 11, 2023
1 parent 45617e1 commit 02d2eb7
Show file tree
Hide file tree
Showing 18 changed files with 2,055 additions and 465 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/basic_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: docker-compose -f test/docker-compose.yml up -d

- name: Wait for service to start
run: sleep 20
run: sleep 30

- name: Check status code
run: |
Expand All @@ -27,4 +27,10 @@ jobs:
echo "Request failed with status code:"
echo ${status_code}
exit 1
fi
fi
- name: failed tests 🚩
if: ${{ failure() }}
run: |
echo "check docker logs"
docker-compose -f test/docker-compose.yml logs
4 changes: 4 additions & 0 deletions webapp/config/HomeContent.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html lang="en">

</html>
Loading

0 comments on commit 02d2eb7

Please sign in to comment.