mirror of
https://github.com/rjNemo/hiring-without-whiteboards
synced 2026-06-12 13:36:39 +00:00
Merge #1103
1103: Fix bors config r=poteto a=poteto Co-authored-by: Lauren Tan <poteto@users.noreply.github.com>
This commit is contained in:
commit
a2a640921f
3 changed files with 5 additions and 12 deletions
11
.github/workflows/node.js.yml
vendored
11
.github/workflows/node.js.yml
vendored
|
|
@ -7,23 +7,18 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ master, staging, trying ]
|
branches: [ master, staging, trying ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master, staging, trying ]
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
node-version: [12.x, 14.x, 16.x]
|
|
||||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Test on Node.js
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: 12.x
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
|
|
|
||||||
|
|
@ -871,4 +871,4 @@ Also check out [No Whiteboards](https://nowhiteboards.io) to search for jobs at
|
||||||
## Also see:
|
## Also see:
|
||||||
- [They Whiteboarded Me!](http://they.whiteboarded.me)
|
- [They Whiteboarded Me!](http://they.whiteboarded.me)
|
||||||
|
|
||||||
[](https://travis-ci.org/poteto/hiring-without-whiteboards)
|
[](https://github.com/poteto/hiring-without-whiteboards/actions/workflows/node.js.yml)
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,4 @@ status = [
|
||||||
"test"
|
"test"
|
||||||
]
|
]
|
||||||
delete_merged_branches = true
|
delete_merged_branches = true
|
||||||
# Uncomment this to use a two hour timeout.
|
timeout_sec = 300
|
||||||
# The default is one hour.
|
|
||||||
#timeout_sec = 7200
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue