We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3dc077 commit 2afcbe6Copy full SHA for 2afcbe6
.github/workflows/ci.yaml
@@ -119,6 +119,11 @@ jobs:
119
with:
120
node-version: "12"
121
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
+
127
- name: Download npm package
128
uses: actions/download-artifact@v2
129
@@ -140,8 +145,9 @@ jobs:
140
145
path: ./release-packages
141
146
142
147
test-e2e:
148
+ name: End-to-end tests
143
149
needs: linux-amd64
144
- runs-on: ubuntu-latest
150
+ runs-on: ubuntu-16.04
151
env:
152
PASSWORD: e45432jklfdsab
153
CODE_SERVER_ADDRESS: http://localhost:8080
0 commit comments