Skip to content

Commit

Permalink
Automatic release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Bona committed Nov 3, 2020
1 parent 4a07b34 commit 701b329
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: sudo apt-get update
- run: sudo apt-get install build-essential git -y
- run: sudo apt-get install libudev-dev -y
- run: sudo apt-get install libusb-1.0-0-dev -y
- run: sudo apt-get install gcc-4.8 g++-4.8 -y
- run: yarn install --frozen-lockfile
- run: yarn test

Expand All @@ -27,6 +32,11 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: sudo apt-get update
- run: sudo apt-get install build-essential git -y
- run: sudo apt-get install libudev-dev -y
- run: sudo apt-get install libusb-1.0-0-dev -y
- run: sudo apt-get install gcc-4.8 g++-4.8 -y
- run: yarn install --frozen-lockfile
- run: yarn release
env:
Expand Down

0 comments on commit 701b329

Please sign in to comment.