Skip to content

adjust default time intervals to 8h/2h/30m (#55) #348

adjust default time intervals to 8h/2h/30m (#55)

adjust default time intervals to 8h/2h/30m (#55) #348

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: yarn test
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master, dev ]
defaults:
run:
working-directory: frontend
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn build
env:
NODE_OPTIONS: '--openssl-legacy-provider'
- run: yarn test