Skip to content

Commit d57dec6

Browse files
committed
Remove e2e tests from CI for now
1 parent 75ec4ac commit d57dec6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
uses: ./.github/workflows/unit-tests.yml
5050
secrets: inherit
5151

52-
e2e:
53-
uses: ./.github/workflows/e2e.yml
54-
with:
55-
package: cli-v3
56-
secrets: inherit
52+
# e2e:
53+
# uses: ./.github/workflows/e2e.yml
54+
# with:
55+
# package: cli-v3
56+
# secrets: inherit
5757

5858
publish:
5959
needs: [typecheck, units]

0 commit comments

Comments
 (0)