Skip to content

Commit 3afa07f

Browse files
committed
chore: revert start check
1 parent ebe3d64 commit 3afa07f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v3
1818
with:
19-
node-version: '16'
19+
node-version: "16"
2020

2121
- run: |
2222
npm clean-install
@@ -32,9 +32,3 @@ jobs:
3232
- uses: actionsx/prettier@v2
3333
with:
3434
args: --check "{src,test}/**/*.ts"
35-
36-
start:
37-
runs-on: ubuntu-latest
38-
steps:
39-
- run: docker build . -t pgmeta
40-
- run: docker run --rm -it pgmeta node dist/server/app.js gen types typescript

0 commit comments

Comments
 (0)