Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

fix: respa admin url link #65

fix: respa admin url link

fix: respa admin url link #65

Workflow file for this run

name: varaamo-pr
on:
push:
branches: [master]
pull_request:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js lts/fermium (14)
uses: actions/setup-node@v2-beta
with:
node-version: "14"
- name: Run CI checks
run: |
yarn install --frozen-lockfile
yarn lint
yarn test:ci
docker build -t varaamo .
yarn build
env:
TZ: Europe/Helsinki