Skip to content

Commit 2348e48

Browse files
committed
ci(workflow): ensure only nx-payload-e2e run smoke test
1 parent 912ecab commit 2348e48

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
INFISICAL_TEST_SERVICE_TOKEN: ${{ secrets.INFISICAL_TEST_SERVICE_TOKEN }}
8383
INFISICAL_TEST_SITE: ${{ vars.INFISICAL_SITE }}
8484

85-
- name: Linux e2e smoke (pnpm)
86-
run: pnpm nx affected -t e2e nx-payload-e2e -c skip-docker
85+
- name: Linux nx-payload e2e smoke (pnpm)
86+
run: pnpm nx affected -t e2e --exclude '*,!tag:scope:nx-payload-e2e' -c quick
8787
env:
8888
CDWR_E2E_PACKAGE_MANAGER: pnpm
8989
CDWR_E2E_VERDACCIO_HOST: localhost

0 commit comments

Comments
 (0)