Skip to content

Commit

Permalink
Improve GitHub action workflow (#67)
Browse files Browse the repository at this point in the history
* Improve GitHub action workflow

* fix name

* try brotli
  • Loading branch information
aralroca authored Dec 5, 2021
1 parent 67d3684 commit 8e8ea92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on: [pull_request]
jobs:
build:
name: Test
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: preactjs/compressed-size-action@v2
with:
compression: 'brotli'
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 8e8ea92

Please sign in to comment.