Skip to content

Commit

Permalink
attempt 16 at fixing github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aris-koning committed Sep 16, 2024
1 parent 7151488 commit 72541c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ jobs:
monetdb:
image: "monetdb/dev-builds:Aug2024"
env:
MDB_CREATE_DBS: [${{ env.DATABASE }}]
MDB_CREATE_DBS: ['${{ env.DATABASE }}']
MDB_DB_ADMIN_PASS: monetdb

ports:
- 50000:50000
strategy:
Expand Down

0 comments on commit 72541c4

Please sign in to comment.