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: