Skip to content

Commit

Permalink
Fixed CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Mar 6, 2024
1 parent ede258d commit 9605338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
build_bats:
docker build .github/tests/bats -t bats-with-helpers:latest
docker build tests/bats -t bats-with-helpers:latest

test_bashscripts: build_bats
docker run --rm -v "${PWD}/.github:/code" bats-with-helpers:latest /code/tests/
docker run --rm -v "${PWD}:/code" bats-with-helpers:latest /code/tests/

0 comments on commit 9605338

Please sign in to comment.