Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marketto authored Nov 28, 2024
1 parent b119941 commit bccc1b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:
- name: Installing dependencies
run: |
npm install
- run: |
npx mocha install
- run: |
npx rimraf install
- run: |
npx typedoc install
- run: |
npx rollup install
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Running tests
run: |
Expand Down

0 comments on commit bccc1b6

Please sign in to comment.