Skip to content

Commit d99106b

Browse files
Add tests for new OBS repos (#249)
1 parent 265ae1d commit d99106b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

packages/test/fedora.bats

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
./test-install-on-docker.sh fedora:rawhide
55
}
66

7+
@test "Fedora 38" {
8+
./test-install-on-docker.sh fedora:38
9+
}
10+
711
@test "Fedora 37" {
812
./test-install-on-docker.sh fedora:37
913
}

packages/test/ubuntu.bats

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
#!/usr/bin/env bats
22

3+
@test "Ubuntu 23.04" {
4+
./test-install-on-docker.sh ubuntu:23.04
5+
}
6+
7+
@test "Ubuntu 22.10" {
8+
./test-install-on-docker.sh ubuntu:22.10
9+
}
10+
311
@test "Ubuntu 22.04" {
412
./test-install-on-docker.sh ubuntu:22.04
513
}

0 commit comments

Comments
 (0)