From 4ed32214ccded6c73e905deb4665a6a4aa2d9bcf Mon Sep 17 00:00:00 2001 From: Willy Brauner Date: Fri, 13 Jan 2023 11:53:03 +0100 Subject: [PATCH] Update task ci --- .github/workflows/ci.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78d7b94..b1a999d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: CI on: push jobs: - build: + build & test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -11,17 +11,9 @@ jobs: - name: 🌎 install dependencies run: npm ci --unsafe-perm - - name: 🙏🏽 build + - name: ⚡️build run: npm run build - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - run: node -v - - - name: 🌎 install dependencies - run: npm ci --unsafe-perm - - name: 🙏🏽 test run: npm run test +