Skip to content

Merge pull request #1906 from CSCfi/CSCTTV-4130-modify-orcid-account-… #1174

Merge pull request #1906 from CSCfi/CSCTTV-4130-modify-orcid-account-…

Merge pull request #1906 from CSCfi/CSCTTV-4130-modify-orcid-account-… #1174

Workflow file for this run

name: 'Unit tests'
on:
push:
branches: [master, devel]
pull_request:
branches: [master, devel]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:prod