Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Jan 16, 2024
1 parent 623301e commit 131673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- run: npm install
- run: npm install -g ts-node
- run: sed -i 's/"+", "Type"/"#", "Type"/g' "node_modules/@igorivaniuk/tlb-parser/dist/ast/nodes.d.ts"
- run: ts-node generate_all.ts
- run: ts-node generate_tests.ts
- run: npm run test

0 comments on commit 131673a

Please sign in to comment.