WIP
This commit is contained in:
parent
699875cedd
commit
daa25abccf
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version:
|
node-version:
|
||||||
- 10
|
# - 10
|
||||||
- 12
|
- 12
|
||||||
- 14
|
# - 14
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- uses: bahmutov/npm-install@v1
|
- uses: bahmutov/npm-install@v1
|
||||||
- run: npm run test:ci
|
- run: npx ava test/integration.test.js
|
||||||
|
|
||||||
# separate job to set as required in branch protection,
|
# separate job to set as required in branch protection,
|
||||||
# as the build names above change each time Node versions change
|
# as the build names above change each time Node versions change
|
||||||
|
@ -21,7 +21,12 @@ See https://github.com/semantic-release/semantic-release/blob/master/docs/suppor
|
|||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log("DEBUG START ==========")
|
||||||
|
console.log('process.env')
|
||||||
console.log(process.env)
|
console.log(process.env)
|
||||||
|
console.log('envCi({ env: process.env })')
|
||||||
|
console.log(require('env-ci')({ env: process.env }))
|
||||||
|
console.log("DEBUG END ==========")
|
||||||
|
|
||||||
execa('git', ['--version'])
|
execa('git', ['--version'])
|
||||||
.then(({stdout}) => {
|
.then(({stdout}) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user