From 1f2075f5da9a42f6067d9ec7f9856dc09660cd13 Mon Sep 17 00:00:00 2001 From: "tom.coursow" Date: Wed, 12 Jul 2023 00:40:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 5106b1c..11c1b3f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,6 +14,19 @@ jobs: echo "Hopefully yes" - name: Print goodbye run: echo "Done - bye!" + Build: + runs-on: ubuntu-latest + steps: + - name: Checkout Code + uses: actions/checkout@v3 + - name: Install NodeJS + uses: actions/setup-node@v3 + with: + node-version: '18' + - name: Build app + run: | + npm ci + npm test Explore-Gitea-Actions: runs-on: ubuntu-latest steps: