Skip to content

Commit 52c655c

Browse files
authored
disable sequence
1 parent 8d4a2f3 commit 52c655c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/payara6.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
#- name: List files in the repository
3737
# run: |
3838
# 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
39+
# - name: Run database sequence
40+
# run: |
41+
# cd dataverse
42+
# psql -h localhost -U $DATAVERSE_DB_USER $DATAVERSE_DB_NAME -f doc/sphinx-guides/source/_static/util/createsequence.sql
4343
- name: Run API tests
4444
run: |
4545
cd dataverse

0 commit comments

Comments
 (0)