jam-my-stack/.github/workflows/main.yml

12 lines
190 B
YAML
Raw Normal View History

2021-03-05 11:28:01 +01:00
name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test