We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ef317f + 3f4a7f4 commit 75d3b07Copy full SHA for 75d3b07
.github/workflows/snapshot_release.yaml
@@ -25,6 +25,8 @@ jobs:
25
docker run -it -d --name nut-ci --shm-size 4gb --user $(id -u):$(id -g) -v ${PWD}:${PWD}:rw s1hofmann/nut-ci:latest bash
26
- name: Install
27
run: npm ci
28
+ - name: Install @nut-tree/libnut@next
29
+ run: npm i @nut-tree/libnut@next
30
- name: Compile
31
run: npm run compile
32
- name: Init e2e test subpackage
@@ -48,6 +50,8 @@ jobs:
48
50
uses: actions/setup-node@v2
49
51
with:
52
node-version: 14
53
54
55
- name: Publish snapshot release
56
run: bash ./.build/pre-release.sh
57
env:
0 commit comments