Skip to content

Bump pathval from 1.1.0 to 1.1.1 (#18) #22

Bump pathval from 1.1.0 to 1.1.1 (#18)

Bump pathval from 1.1.0 to 1.1.1 (#18) #22

Workflow file for this run

---
name: build
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 10.x
- 14.x
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build -t swaggerql/swagger-combine-ui:${{ github.sha }} .