mars-v2-frontend/.github/workflows/test-runner.yaml
2023-05-08 17:55:18 +02:00

21 lines
344 B
YAML

name: Test Runner
on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: yarn
- run: yarn test