Skip to content

Commit bcf6ba4

Browse files
committed
ci: New CI/CD process
1 parent 3bbda39 commit bcf6ba4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/pr.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
secrets:
1010
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
1111

12-
e2e-test:
13-
needs: [test]
14-
uses: ./.github/workflows/e2e-test.yaml
15-
secrets:
16-
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
17-
18-
build:
19-
needs: [test, e2e-test]
20-
uses: ./.github/workflows/build.yml
21-
secrets:
22-
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
12+
# e2e-test:
13+
# needs: [test]
14+
# uses: ./.github/workflows/e2e-test.yaml
15+
# secrets:
16+
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
17+
#
18+
# build:
19+
# needs: [test, e2e-test]
20+
# uses: ./.github/workflows/build.yml
21+
# secrets:
22+
# NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)