Skip to content

Commit

Permalink
hrm
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonShin committed Aug 11, 2024
1 parent 1304eee commit cd1d2e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install-sqlx-ts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,7 @@ jobs:
node-version: '20.x'
- name: Install sqlx-ts
run: npm install -g sqlx-ts
- name: run sqlx-ts help
run: sqlx-ts --help
- name: run sqlx-ts version
run: sqlx-ts --version

0 comments on commit cd1d2e8

Please sign in to comment.