Skip to content

Commit

Permalink
WIP: run tsc after npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed May 14, 2024
1 parent c0a893c commit 5e8c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
mongosh --eval 'db.getSiblingDB("lnp2pbot").createCollection("mycollection")'
- run: npm install @types/node @types/i18n
- run: npx tsc
- run: npm ci
- run: npx tsc
- name: Run tests
env:
DB_USER: ''
Expand Down

0 comments on commit 5e8c7b4

Please sign in to comment.