Skip to content

Commit e50cee7

Browse files
authored
Tweak Github Actions steps
1 parent 8a96bd2 commit e50cee7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ jobs:
1212
node-version: 'latest'
1313
- uses: browser-actions/setup-chrome@v1
1414
- uses: browser-actions/setup-firefox@v1
15-
- name: Run Karma Tests
15+
- name: Install dependencies
16+
run: npm install
17+
- name: Run source tests
18+
run: npm run test
19+
- name: Build and run dist/ tests
1620
run: |
17-
npm install
18-
npm run test
1921
npm run build
2022
npm run test_dist

0 commit comments

Comments
 (0)