Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e70f4af

Browse files
committedMay 24, 2024·
fix: gh test workflow
1 parent ac18744 commit e70f4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/go-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
uses: jetify-com/devbox-install-action@v0.10.0
1212

1313
- name: Launch devbox services
14-
run: devbox services start && devbox run initdb --no-locale
14+
run: devbox services start && sleep 5
1515
- name: Create database
16-
run : sleep 5 && devbox run createdb $DB_DATABASE
16+
run : devbox run initdb --no-locale && devbox run createdb $DB_DATABASE --owner=$DB_USERNAME --username=$DB_USERNAME --password=$DB_PASSWORD
1717
- name: Run tests
1818
run: devbox run test
1919

0 commit comments

Comments
 (0)
Please sign in to comment.