From 7f618e7e45204ea2bb3f556deecbf470043fb037 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 10 May 2021 10:11:31 +0200 Subject: [PATCH] ci --- .github/workflows/test.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..cc86333 --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,16 @@ +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