Skip to content

feat(ci): Adding CI manifest #1

feat(ci): Adding CI manifest

feat(ci): Adding CI manifest #1

Workflow file for this run

on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: ./test