Skip to content

Commit 6e9d834

Browse files
committed
Auto-generated commit
1 parent d9757d2 commit 6e9d834

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2022-12-01T01:58:17.993Z
1+
2023-01-01T01:19:26.674Z

.github/workflows/productionize.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ on:
2828

2929
# Allow the workflow to be manually run:
3030
workflow_dispatch:
31+
inputs:
32+
require-passing-tests:
33+
description: 'Require passing tests for creating bundles'
34+
type: boolean
35+
default: true
3136

3237
# Concurrency group to prevent multiple concurrent executions:
3338
concurrency:
@@ -134,34 +139,39 @@ jobs:
134139

135140
# Checkout the repository:
136141
- name: 'Checkout repository'
142+
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
137143
uses: actions/checkout@v3
138144
with:
139145
# Use the `production` branch:
140146
ref: production
141147

142148
# Install Node.js:
143149
- name: 'Install Node.js'
150+
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
144151
uses: actions/setup-node@v3
145152
with:
146153
node-version: 16
147154
timeout-minutes: 5
148155

149156
# Install dependencies:
150157
- name: 'Install production and development dependencies'
158+
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
151159
id: install
152160
run: |
153161
npm install || npm install || npm install
154162
timeout-minutes: 15
155163

156164
# Build native add-on if present:
157165
- name: 'Build native add-on (if present)'
166+
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
158167
run: |
159168
if [ -f "binding.gyp" ]; then
160169
npm install node-gyp --no-save && ./node_modules/.bin/node-gyp rebuild
161170
fi
162171
163172
# Run tests:
164173
- name: 'Run tests'
174+
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
165175
id: tests
166176
run: |
167177
npm test || npm test || npm test

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
# Files #
2020
#########
2121
package.json.copy
22+
.stdlibrc
2223

2324
# Directories #
2425
###############

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ For more information on the project, filing bug reports and feature requests, an
303303

304304
## Copyright
305305

306-
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
306+
Copyright © 2016-2023. The Stdlib [Authors][stdlib-authors].
307307

308308
</section>
309309

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"proxyquire": "^2.0.0",
6767
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
6868
"istanbul": "^0.4.1",
69-
"tap-min": "2.x.x"
69+
"tap-min": "git+https://github.com/Planeshifter/tap-min.git"
7070
},
7171
"engines": {
7272
"node": ">=0.10.0",

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy