We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341f977 commit 32167e7Copy full SHA for 32167e7
1 file changed
.github/workflows/dotnet.yml
@@ -28,6 +28,14 @@ jobs:
28
- 5432:5432
29
30
steps:
31
+ - name: Start PostgreSQL on Ubuntu
32
+ run: |
33
+ sudo systemctl start postgresql.service
34
+ pg_isready
35
+
36
+ - name: Create additional user
37
38
+ sudo -u postgres psql --command="CREATE USER postgres PASSWORD 'password'" --command="\du"
39
- uses: actions/checkout@v4
40
- name: Setup .NET
41
uses: actions/setup-dotnet@v4
0 commit comments