Skip to content

Bump io.springfox:springfox-swagger-ui in /application/api #52

Bump io.springfox:springfox-swagger-ui in /application/api

Bump io.springfox:springfox-swagger-ui in /application/api #52

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install --prefix application/web-ui

Check failure on line 25 in .github/workflows/nodejs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/nodejs.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
- name: Test
run: npm test --prefix application/web-ui