We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac18744 commit e70f4afCopy full SHA for e70f4af
.github/workflows/go-test.yml
@@ -11,9 +11,9 @@ jobs:
11
uses: jetify-com/devbox-install-action@v0.10.0
12
13
- name: Launch devbox services
14
- run: devbox services start && devbox run initdb --no-locale
+ run: devbox services start && sleep 5
15
- name: Create database
16
- run : sleep 5 && devbox run createdb $DB_DATABASE
+ run : devbox run initdb --no-locale && devbox run createdb $DB_DATABASE --owner=$DB_USERNAME --username=$DB_USERNAME --password=$DB_PASSWORD
17
- name: Run tests
18
run: devbox run test
19
0 commit comments