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 8d4a2f3 commit 52c655cCopy full SHA for 52c655c
.github/workflows/payara6.yml
@@ -36,10 +36,10 @@ jobs:
36
#- name: List files in the repository
37
# run: |
38
# ls -laR ${{ env.RUNNER_TEMP }}
39
- - name: Run database sequence
40
- run: |
41
- cd dataverse
42
- psql -h postgres -U $DATAVERSE_DB_USER $DATAVERSE_DB_NAME -f doc/sphinx-guides/source/_static/util/createsequence.sql
+# - name: Run database sequence
+# run: |
+# cd dataverse
+# psql -h localhost -U $DATAVERSE_DB_USER $DATAVERSE_DB_NAME -f doc/sphinx-guides/source/_static/util/createsequence.sql
43
- name: Run API tests
44
run: |
45
cd dataverse
0 commit comments