Skip to content

Commit 75d3b07

Browse files
authored
Merge pull request #207 from nut-tree/feature/202/libnut_snapshots
(#202) Install @nut-tree/libnut@next
2 parents 5ef317f + 3f4a7f4 commit 75d3b07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/snapshot_release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
docker run -it -d --name nut-ci --shm-size 4gb --user $(id -u):$(id -g) -v ${PWD}:${PWD}:rw s1hofmann/nut-ci:latest bash
2626
- name: Install
2727
run: npm ci
28+
- name: Install @nut-tree/libnut@next
29+
run: npm i @nut-tree/libnut@next
2830
- name: Compile
2931
run: npm run compile
3032
- name: Init e2e test subpackage
@@ -48,6 +50,8 @@ jobs:
4850
uses: actions/setup-node@v2
4951
with:
5052
node-version: 14
53+
- name: Install @nut-tree/libnut@next
54+
run: npm i @nut-tree/libnut@next
5155
- name: Publish snapshot release
5256
run: bash ./.build/pre-release.sh
5357
env:

0 commit comments

Comments
 (0)