Skip to content

Commit

Permalink
test: fix integration test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nadilas committed Mar 24, 2024
1 parent c4b9fb3 commit d6b3f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ echo "Starting moar registry"
# docker run --name moar --rm --detach --publish 8000:8000 dotindustries/moar-registry:latest
S3_ACCESS_KEY_ID=minio S3_SECRET_ACCESS_KEY=minio123 go run cli/main.go -c docker/.dev.yaml up -d > /dev/null 2>&1 &

source wait.sh
source integration/wait.sh

source test.sh
source integration/test.sh

echo "Stopping moar instance"
kill %1
Expand Down
2 changes: 1 addition & 1 deletion integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eu

echo "Running Hurl tests"
hurl *.hurl --test
hurl integration/*.hurl --test

0 comments on commit d6b3f9a

Please sign in to comment.