Skip to content

Commit

Permalink
Merge pull request #207 from nut-tree/feature/202/libnut_snapshots
Browse files Browse the repository at this point in the history
(#202) Install @nut-tree/libnut@next
  • Loading branch information
s1hofmann committed Jan 31, 2021
2 parents 5ef317f + 3f4a7f4 commit 75d3b07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/snapshot_release.yaml
Expand Up @@ -25,6 +25,8 @@ jobs:
docker run -it -d --name nut-ci --shm-size 4gb --user $(id -u):$(id -g) -v ${PWD}:${PWD}:rw s1hofmann/nut-ci:latest bash
- name: Install
run: npm ci
- name: Install @nut-tree/libnut@next
run: npm i @nut-tree/libnut@next
- name: Compile
run: npm run compile
- name: Init e2e test subpackage
Expand All @@ -48,6 +50,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: 14
- name: Install @nut-tree/libnut@next
run: npm i @nut-tree/libnut@next
- name: Publish snapshot release
run: bash ./.build/pre-release.sh
env:
Expand Down

0 comments on commit 75d3b07

Please sign in to comment.