Skip to content

Commit 2eb83b3

Browse files
committed
Fix tests after inclusion of package-name
1 parent 62a6381 commit 2eb83b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
java: [ '8', '11' ]
10+
java: [ '11, '17' ]
1111
env:
1212
LEIN_HOME: local
1313

test/unit/puppetlabs/ezbake/core_test.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
:is-pe-build "false"
4141
:reload-timeout "'120'"
4242
:bootstrap-source "'bootstrap-cfg'"
43+
:package-name "'dummy'"
4344
:debian-interested-install-triggers ()
4445
:group "'dummy'"
4546
:java-args "'-Xmx192m'"

0 commit comments

Comments
 (0)