Skip to content

Commit

Permalink
Merge pull request #2 from localnerve/rc-10.0.1
Browse files Browse the repository at this point in the history
@10.0.1 - update github action yaml
  • Loading branch information
localnerve authored Oct 9, 2023
2 parents 2f748cd + cf1c9bd commit 6e65d4b
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 479 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: test
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
linux:
Expand All @@ -22,8 +22,12 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- name: Install Prerequisites
run: sudo apt-get -y install libpng-dev libimagequant-dev
- name: Npm Install
run: npm install
- name: Run Test
run: npm test
env:
CI: true

Expand Down
Loading

0 comments on commit 6e65d4b

Please sign in to comment.