Skip to content

Commit 1e571d2

Browse files
committed
tests
1 parent afe9c64 commit 1e571d2

File tree

2 files changed

+0
-35
lines changed

2 files changed

+0
-35
lines changed

.github/workflows/run-tests.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ jobs:
3232
ports:
3333
# Maps tcp port 5432 on service container to the host
3434
- 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
3935

4036
steps:
4137
- name: checkout
@@ -56,9 +52,6 @@ jobs:
5652
- name: build
5753
run: yarn build
5854

59-
- name: install
60-
run: /sql-bin/install.sh
61-
6255
- name: ast
6356
run: cd ./packages/ast && yarn test
6457
env:

bin/install.sh

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)