cryptgeon/.github/workflows/test.yml

17 lines
259 B
YAML
Raw Normal View History

2021-05-10 10:11:31 +02:00
name: test
on:
workflow_dispatch:
jobs:
text:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: |
docker compose build
npm ci
npm run test:run