Skip to content

Commit

Permalink
Fix unable to find @aedart/cli/dist/esm/cli.js in CI environment
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Oct 20, 2024
1 parent dea2e69 commit de5ea03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,11 @@ jobs:
- name: "Lint"
run: npm run lint

- name: "Build"
run: npm run build

- name: "Test (Cli)"
run: npm run test:cli

- name: "Test (Browser)"
run: npm run test
run: npm run test:fast

0 comments on commit de5ea03

Please sign in to comment.