Skip to content

Commit

Permalink
ci: remove an obsolete test script
Browse files Browse the repository at this point in the history
All of the script content has been backported into the GitHub action
workflow.
  • Loading branch information
freesteph committed Oct 8, 2024
1 parent e56598d commit c85912d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ BUNDLE-EXEC = bundle exec

build:
docker compose build
test:
$(DOCKER-RUN) web /bin/bash -c 'ci/test.sh'
spec:
$(DOCKER-RUN) web $(BUNDLE-EXEC) rspec
guard:
Expand Down
19 changes: 0 additions & 19 deletions ci/test.sh

This file was deleted.

0 comments on commit c85912d

Please sign in to comment.