Skip to content

Commit

Permalink
Tweak Github Actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Caligatio committed Mar 11, 2024
1 parent 8a96bd2 commit e50cee7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
node-version: 'latest'
- uses: browser-actions/setup-chrome@v1
- uses: browser-actions/setup-firefox@v1
- name: Run Karma Tests
- name: Install dependencies
run: npm install
- name: Run source tests
run: npm run test
- name: Build and run dist/ tests
run: |
npm install
npm run test
npm run build
npm run test_dist

0 comments on commit e50cee7

Please sign in to comment.