Skip to content

Commit 2afcbe6

Browse files
author
Akash Satheesan
committed
fix(ci): download nfpm in linux-amd64
1 parent b3dc077 commit 2afcbe6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ jobs:
119119
with:
120120
node-version: "12"
121121

122+
- name: Install nfpm
123+
run: |
124+
curl -sfL https://install.goreleaser.com/github.com/goreleaser/nfpm.sh | sh -s -- -b ~/.local/bin
125+
export PATH=$HOME/.local/bin:$PATH
126+
122127
- name: Download npm package
123128
uses: actions/download-artifact@v2
124129
with:
@@ -140,8 +145,9 @@ jobs:
140145
path: ./release-packages
141146

142147
test-e2e:
148+
name: End-to-end tests
143149
needs: linux-amd64
144-
runs-on: ubuntu-latest
150+
runs-on: ubuntu-16.04
145151
env:
146152
PASSWORD: e45432jklfdsab
147153
CODE_SERVER_ADDRESS: http://localhost:8080

0 commit comments

Comments
 (0)