Skip to content

Update update_database.yml #102

Update update_database.yml

Update update_database.yml #102

Workflow file for this run

name: Build Tecdottir
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.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 dependencies
run: |
npm ci
npm install -g https://github.com/swagger-api/swagger-node
- name: Run tests
run: npm test