Skip to content

Commit

Permalink
ci: corrigir workflow de teste TS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed Dec 19, 2023
1 parent 766ad58 commit ecfa58a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-commit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
node-version: 20

- name: Install dependencies
working-directory: ./typescript
run: npm install

- name: Build project
working-directory: ./typescript
run: npm run build

- name: Execute tests
working-directory: ./typescript
run: npm run test

0 comments on commit ecfa58a

Please sign in to comment.