We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fbe506 + 451e478 commit d4d94c7Copy full SHA for d4d94c7
1 file changed
.github/workflows/build.yml
@@ -136,6 +136,21 @@ jobs:
136
path: cli-build
137
name: w4
138
139
+ netlify-ci:
140
+ name: Run Netlify CI
141
+ runs-on: ubuntu-latest
142
+
143
+ steps:
144
+ - uses: actions/checkout@v2
145
+ with:
146
+ submodules: true
147
148
+ - name: Run Netlify CI script
149
+ run: |
150
+ scripts/run-netlify-ci
151
+ env:
152
+ NODE_OPTIONS: --openssl-legacy-provider
153
154
release:
155
if: startsWith(github.ref, 'refs/tags/v')
156
name: Release
0 commit comments