Skip to content

Commit

Permalink
Fix bors config
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed Jun 21, 2021
1 parent 7154a03 commit f9c1f12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,18 @@ on:
push:
branches: [ master, staging, trying ]
pull_request:
branches: [ master, staging, trying ]
branches: [ master ]

jobs:
test:

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:
- uses: actions/checkout@v2
- name: Test on Node.js ${{ matrix.node-version }}
- name: Test on Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
node-version: 12.x
- run: yarn install --frozen-lockfile
- run: yarn test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,4 +871,4 @@ Also check out [No Whiteboards](https://nowhiteboards.io) to search for jobs at
## Also see:
- [They Whiteboarded Me!](http://they.whiteboarded.me)

[![Build Status](https://travis-ci.org/poteto/hiring-without-whiteboards.svg?branch=master)](https://travis-ci.org/poteto/hiring-without-whiteboards)
[![Node.js CI](https://github.com/poteto/hiring-without-whiteboards/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/poteto/hiring-without-whiteboards/actions/workflows/node.js.yml)
4 changes: 1 addition & 3 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ status = [
"test"
]
delete_merged_branches = true
# Uncomment this to use a two hour timeout.
# The default is one hour.
#timeout_sec = 7200
timeout_sec = 300

0 comments on commit f9c1f12

Please sign in to comment.