Skip to content

Commit

Permalink
last try
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed May 24, 2024
1 parent 171e9c7 commit bd649ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
npm install
npm link
echo "$(npm bin -g)" >> $GITHUB_PATH
npm bin -g | tee -a $GITHUB_ENV
- name: Update PATH
run: echo "PATH=$(npm bin -g):$PATH" >> $GITHUB_ENV
- name: Run sitespeed.io
run: sitespeed.io --version
- uses: actions/checkout@v4
- name: Install Chrome
run: |
Expand Down

0 comments on commit bd649ee

Please sign in to comment.