Skip to content

Commit 4741caa

Browse files
committed
workflow
1 parent 07f5380 commit 4741caa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
ports:
3232
# Maps tcp port 5432 on service container to the host
3333
- 5432:5432
34-
volumes:
35-
- ./bin:/sql-bin
36-
- ./extensions:/sql-extensions
37-
- ./packages:/sql-packages
34+
# volumes:
35+
# - ./bin:/sql-bin
36+
# - ./extensions:/sql-extensions
37+
# - ./packages:/sql-packages
3838

3939
steps:
4040
- name: checkout

0 commit comments

Comments
 (0)