File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change
1
+ name : tests
2
+ on : [push]
3
+ jobs :
4
+ build :
5
+ runs-on : ubuntu-latest
6
+ strategy :
7
+ matrix :
8
+ node-version :
9
+ - ' 12'
10
+ - ' 14'
11
+ steps :
12
+ - uses : actions/checkout@v2
13
+ - name : Use Node.js ${{ matrix.node-version }}
14
+ uses : actions/setup-node@v1
15
+ with :
16
+ node-version : ${{ matrix.node-version }}
17
+ - run : npm install
18
+ - run : npm test
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # postgres-array [ ![ Build Status ] ( https://travis-ci.org /bendrucker/postgres-array.svg?branch=master )] ( https://travis-ci.org/bendrucker/postgres-array ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io /bendrucker/postgres-array.svg )] ( https://greenkeeper.io/ )
1
+ # postgres-array [ ![ tests ] ( https://github.com /bendrucker/postgres-array/workflows/tests/ badge.svg ) ]( https://github.com /bendrucker/postgres-array/actions?query=workflow%3Atests )
2
2
3
3
> Parse postgres array columns
4
4
You can’t perform that action at this time.
0 commit comments