From afd6b74343cc7218a36349a710df77e6086242b8 Mon Sep 17 00:00:00 2001 From: Michael Molisani Date: Mon, 30 Sep 2024 20:47:39 +0100 Subject: [PATCH] ci: always run all tasks Signed-off-by: Michael Molisani --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c2e20d..89acc79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,5 +28,4 @@ jobs: - run: npm ci --legacy-peer-deps - uses: nrwl/nx-set-shas@v4 - # Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected - - run: npx nx affected -t format:check lint build coverage + - run: npx nx run-many -t format:check lint build coverage