From a3204f614d21728ee635ba1a38acae6244261256 Mon Sep 17 00:00:00 2001 From: Markus Ende <19502754+Markus-Ende@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:33:15 +0200 Subject: [PATCH] ci: change e2e-ci to e2e message by nx: The e2e:e2e-ci task should only be run with Nx Cloud. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7239dd0..b9ab377 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,4 @@ jobs: - uses: nrwl/nx-set-shas@v4 - run: npx nx format:check - - run: npx nx affected -t lint test build e2e-ci build-storybook + - run: npx nx affected -t lint test build e2e build-storybook