Skip to content

Commit 5017d57

Browse files
committed
stop using local-postinstall in e2e
1 parent 27fe7b9 commit 5017d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
./sqlx-ts --help
4444
4545
- name: Install using local install.sh
46-
run: node local-postinstall.js
46+
run: node postinstall.js
4747

4848
- name: Verify sqlx-ts binary from local install
4949
run: |

0 commit comments

Comments
 (0)