From bb51198f3ab347ecd78e154d68e23d92c17be33f Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 5 Dec 2023 12:39:33 +0300 Subject: [PATCH] fix ci, take 2 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f19c4e26..01040286 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: file: ./coverage.xml env_vars: PYTHON,OS - packages-build: + npm-build: runs-on: ubuntu-latest steps: @@ -81,11 +81,11 @@ jobs: - run: npm install - run: npm run build - - run: tree packages + - run: tree src check: # This job does nothing and is only used for the branch protection if: always() - needs: [lint, packages-build] + needs: [lint, npm-build] runs-on: ubuntu-latest steps: