mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2026-04-02 18:05:23 +00:00
17 lines
259 B
YAML
17 lines
259 B
YAML
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
|