Skip to content

Commit

Permalink
fix installation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Oct 17, 2023
1 parent 65b6542 commit fafdfb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
node-version: 18
cache: npm
- name: Install node modules
run: npm run install
run: npm ci
- name: Run tests
run: npm run test:bundlesize

Expand All @@ -52,7 +52,7 @@ jobs:
node-version: 18
cache: npm
- name: Install node modules
run: npm run install
run: npm ci
- name: Run tests
run: npm run test:csp-header

Expand All @@ -66,7 +66,7 @@ jobs:
node-version: 18
cache: npm
- name: Install node modules
run: npm run install
run: npm ci
- name: Install chrome browser
run: |
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Expand All @@ -88,7 +88,7 @@ jobs:
node-version: 18
cache: npm
- name: Install node modules
run: npm run install
run: npm ci
- name: Setup firefox
uses: browser-actions/setup-firefox@latest
with:
Expand All @@ -110,7 +110,7 @@ jobs:
node-version: 18
cache: npm
- name: Install node modules
run: npm run install
run: npm ci
- name: Build with test environment
env:
CI: true
Expand Down

0 comments on commit fafdfb4

Please sign in to comment.