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 97fe49a commit d8a70caCopy full SHA for d8a70ca
1 file changed
.github/workflows/pxt-programming-docs-buildpush.yml
@@ -98,6 +98,8 @@
98
# CHROME_BIN: chromium-browser
99
# DISPLAY: :99.0
100
# CI: true
101
+
102
103
name: pxt-buildpush
104
105
on:
@@ -148,14 +150,6 @@ jobs:
148
150
sudo npm install -g pxt
149
151
npm install
152
- - name: pxt ci (without publish capability)
- run: |
153
- pxt ci
154
- env:
155
- CHROME_BIN: chromium-browser
156
- DISPLAY: :99.0
157
- CI: true
158
-
159
buildvtag:
160
name: buildvtag
161
runs-on: ubuntu-latest
@@ -180,12 +174,3 @@ jobs:
180
174
sudo apt-get install xvfb
181
175
182
176
183
184
- - name: pxt ci (with publish capability)
185
186
- pxt ci --publish
187
188
- NPM_PUBLISH: true
189
190
191
0 commit comments