-
-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '6.2' of https://github.com/lucee/Lucee into 6.2
- Loading branch information
Showing
2 changed files
with
61 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -198,6 +198,7 @@ jobs: | |
sudo -u postgres psql -c 'create database lucee;' | ||
sudo -u postgres psql -c "create user lucee with encrypted password 'lucee'"; | ||
sudo -u postgres psql -c 'grant all privileges on database lucee to lucee;' | ||
sudo -u postgres psql -c 'grant all on schema public to lucee;' -d lucee | ||
- name: Start MongoDB (docker) | ||
uses: supercharge/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters