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 a81c99d commit 89e8ed6Copy full SHA for 89e8ed6
.github/workflows/dependency-test.yml
@@ -78,11 +78,11 @@ jobs:
78
if: steps.merge_main.outputs.skip == 'false' && steps.check_doltgresql_pr.outputs.comment_exists == 'false'
79
run: git clone https://github.com/dolthub/doltgresql.git
80
81
- - name: Build DoltgreSQL's parser
82
- if: steps.merge_main.outputs.skip == 'false' && steps.check_doltgresql_pr.outputs.comment_exists == 'false'
83
- run: |
84
- cd doltgresql
85
- ./postgres/parser/build.sh
+ # - name: Build DoltgreSQL's parser
+ # if: steps.merge_main.outputs.skip == 'false' && steps.check_doltgresql_pr.outputs.comment_exists == 'false'
+ # run: |
+ # cd doltgresql
+ # ./postgres/parser/build.sh
86
87
- name: Test Dolt against main
88
id: test_dolt_main
0 commit comments