From 527f3ba8a978c08a7b05ac62ae0414fb8da7537c Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Tue, 20 Feb 2024 12:07:07 +0100 Subject: [PATCH] ci: add build job --- .github/workflows/tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79011b8..82a1325 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,3 +39,11 @@ jobs: - uses: actions/setup-node@v4 - run: npm ci - run: npm run lint + + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + - run: npm ci + - run: npm run build