We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f84f3 commit 7366881Copy full SHA for 7366881
.github/workflows/build.yml
@@ -24,6 +24,10 @@ jobs:
24
SAMPLEDB: true
25
steps:
26
- uses: actions/checkout@v2
27
+ - uses: actions/setup-java@v2
28
+ with:
29
+ java-version: 8
30
+ distribution: 'zulu'
31
# TODO: Find a better way to wait for completing setup.
32
- name: Sleep for 5 minutes to complete all the DB2 setup process
33
run: sleep 300
@@ -154,6 +158,10 @@ jobs:
154
158
POSTGRES_PASSWORD: postgres
155
159
156
160
161
162
163
164
157
165
- name: Connect
166
run: psql -h 127.0.0.1 -p 5439 -U postgres -d postgres -c "\l"
167
env:
0 commit comments