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 afe9c64 commit 1e571d2Copy full SHA for 1e571d2
.github/workflows/run-tests.yaml
@@ -32,10 +32,6 @@ jobs:
32
ports:
33
# Maps tcp port 5432 on service container to the host
34
- 5432:5432
35
- volumes:
36
- - /__w/postgres-ast-deparser/postgres-ast-deparser/bin:/sql-bin
37
- - /__w/postgres-ast-deparser/postgres-ast-deparser/extensions:/sql-extensions
38
- - /__w/postgres-ast-deparser/postgres-ast-deparser/packages:/sql-packages
39
40
steps:
41
- name: checkout
@@ -56,9 +52,6 @@ jobs:
56
52
- name: build
57
53
run: yarn build
58
54
59
- - name: install
60
- run: /sql-bin/install.sh
61
-
62
55
- name: ast
63
run: cd ./packages/ast && yarn test
64
env:
bin/install.sh
0 commit comments