Skip to content

Commit

Permalink
Fix tests after inclusion of package-name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmburgan committed Feb 20, 2025
1 parent 62a6381 commit 2eb83b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11' ]
java: [ '11, '17' ]
env:
LEIN_HOME: local

Expand Down
1 change: 1 addition & 0 deletions test/unit/puppetlabs/ezbake/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
:is-pe-build "false"
:reload-timeout "'120'"
:bootstrap-source "'bootstrap-cfg'"
:package-name "'dummy'"
:debian-interested-install-triggers ()
:group "'dummy'"
:java-args "'-Xmx192m'"
Expand Down

0 comments on commit 2eb83b3

Please sign in to comment.