Skip to content

Commit

Permalink
fix(ci): Change docker and bats parameter to run also in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbrueckri committed Sep 8, 2024
1 parent e84fdc4 commit 7e6d00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build:
.PHONY: test
test: build
@echo "Running tests..."
@docker run -it --rm $(IMAGE_NAME) bash -c "bats -x -p -T --print-output-on-failure $(TEST_PATH)"
@docker run -i --rm $(IMAGE_NAME) bash -c "bats -x --print-output-on-failure $(TEST_PATH)"

# Run all tests
.PHONY: test
Expand Down

0 comments on commit 7e6d00a

Please sign in to comment.