diff options
author | Raphael <mail@raphaelkabo.com> | 2023-05-12 23:44:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 23:44:37 +0100 |
commit | ffc4241e46aa5204d02a64c279ea58e01f1177ae (patch) | |
tree | 9814a56b05c5944d03559f4946f3cc2c4d75bb1f /test.sh | |
parent | 67cf89fd0cfdf56c7e6d6d9bdf93d95d679ce2a1 (diff) | |
parent | 090a44df57cec84e460462f0ae2db7fb4f87a7e9 (diff) |
Merge pull request #96 from lowercasename/github-actions
Add CI workflow
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test.sh b/test.sh deleted file mode 100755 index 6626437..0000000 --- a/test.sh +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash - -set -eux -o pipefail - -cleanup() { - docker-compose kill -} -trap cleanup 0 - -docker-compose up --build & - -while [[ "$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3000/)" -ne "200" ]]; do sleep 5; done -curl -v http://localhost:3000/new/event/public - -cleanup
\ No newline at end of file |