Skip to content

Commit 3dc6812

Browse files
committed
fix
1 parent 9c8ca78 commit 3dc6812

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@ jobs:
3232
- run: pnpm install --frozen-lockfile
3333
- uses: nrwl/nx-set-shas@v4
3434

35-
# Nx Affected runs only tasks affected by the changes in this PR/commit. Learn more: https://nx.dev/ci/features/affected
3635
- name: Typecheck and lint
3736
run: pnpm lint typecheck
3837

3938
- name: Run tests
4039
run: pnpm test
4140

42-
- name: Build
41+
- name: Build framework
4342
run: pnpm build
4443

4544
- name: Run end-to-end tests
@@ -50,7 +49,7 @@ jobs:
5049
npx [email protected] http://localhost:4873
5150
pnpm verdaccio:publish
5251
53-
NPM_CONFIG_REGISTRY=http://localhost:4873 pnpm exec nx affected -t e2e
52+
NPM_CONFIG_REGISTRY=http://localhost:4873 pnpm e2e
5453
5554
- name: Deploy template
5655
run: |
@@ -64,5 +63,5 @@ jobs:
6463
cd nightly-deploy
6564
NPM_CONFIG_REGISTRY=http://localhost:4873 pnpm install
6665
67-
- name: Build Android
66+
- name: Build Android template
6867
run: pnpm rnef build:android

0 commit comments

Comments
 (0)