Skip to content

Commit 8d6af9b

Browse files
Remove --pull from test script
1 parent 554662c commit 8d6af9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash -e
22

3-
docker compose up --detach --no-build --pull
4-
docker compose exec app rspec -f h > "${RUNNER_TEMP}/test-results.html"
3+
docker compose up --detach --no-build
4+
docker compose exec app rspec --format html > "${RUNNER_TEMP}/test-results.html"

0 commit comments

Comments
 (0)