Skip to content

Commit

Permalink
hepp
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Dec 1, 2023
1 parent a820677 commit 454219d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,20 @@ jobs:
- name: Show sitespeed.io version
run: sitespeed.io --version
shell: bash
- name: Check sitespeed.io version again
run: node $(npm bin -g)/sitespeed.io --version
- name: Run tests using Lighthouse plugin
run: sitespeed.io --plugins.add ./index.js --plugins.remove browsertime https://www.sitespeed.io/
shell: bash
- name: Run tests using Lighthouse plugin as mobile
run: sitespeed.io --plugins.add ./index.js --plugins.remove browsertime https://www.sitespeed.io/ --mobile
shell: bash
- name: Run tests with configuration file
run: sitespeed.io --plugins.add ./index.js --plugins.remove browsertime https://www.sitespeed.io/ --lighthouse.config ./test/config.js
shell: bash
- name: Run tests with flag file
run: sitespeed.io --plugins.add ./index.js --plugins.remove browsertime https://www.sitespeed.io/ --lighthouse.flags ./test/flags.json
shell: bash
- name: Test global install
run: |
npm install -g
sitespeed.io --plugins.add "@sitespeed.io/plugin-lighthouse" --plugins.remove browsertime https://www.sitespeed.io/
sitespeed.io --plugins.add "@sitespeed.io/plugin-lighthouse" --plugins.remove browsertime https://www.sitespeed.io/
shell: bash

0 comments on commit 454219d

Please sign in to comment.