gl-react/.github/workflows/ci-tests.yml
2022-05-28 16:59:39 +02:00

21 lines
336 B
YAML

name: CI tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
- run: yarn
- run: yarn test