Skip to content

Commit 258c51e

Browse files
committed
Re-enable e2e suite in CI
1 parent 2740610 commit 258c51e

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)