Skip to content

Commit

Permalink
attempt 17 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 72541c4 commit f931891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ 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
Expand Down

0 comments on commit f931891

Please sign in to comment.