Skip to content

Commit

Permalink
add test step to runner
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyhale committed Feb 27, 2024
1 parent 0dbc4aa commit e74e428
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,20 @@ jobs:
cd ..
env:
WLE_CREDENTIALS: ${{ secrets.WLE_CREDENTIALS }}
- name: test
run: |
export CHROME_PATH="$(which google-chrome)"
echo "CHROME_PATH=$CHROME_PATH" >> $GITHUB_ENV
npm install
npm run watch
- name: Gzip
run: gzip -k ./example/deploy/*.*
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./example/deploy


deploy-pages:
permissions:
contents: read
Expand Down

0 comments on commit e74e428

Please sign in to comment.