Skip to content

Commit

Permalink
Fix test images and test recipe (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Jan 18, 2023
1 parent 09a3530 commit 461e3fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# * docker
# * https://github.com/bats-core/bats-core

.phony: test
.PHONY: test
test:
bats -j4 test
bats test
4 changes: 2 additions & 2 deletions packages/test/fedora.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
}

@test "Fedora 37" {
./test-install-on-docker.sh fedora:34
./test-install-on-docker.sh fedora:37
}

@test "Fedora 36" {
./test-install-on-docker.sh fedora:33
./test-install-on-docker.sh fedora:36
}

0 comments on commit 461e3fb

Please sign in to comment.