File tree 2 files changed +266
-181
lines changed
2 files changed +266
-181
lines changed Original file line number Diff line number Diff line change @@ -56,21 +56,20 @@ jobs:
56
56
run : npm i -g yarn
57
57
- name : Run integration tests
58
58
run : npm run test:integration
59
-
60
- e2e-simple :
61
- name : E2E Simple
62
- uses : ./.github/workflows/e2e-base.yml
63
- with :
64
- testScript : ' tasks/e2e-simple.sh'
65
-
66
- e2e-installs :
67
- name : E2E Installs
68
- uses : ./.github/workflows/e2e-base.yml
69
- with :
70
- testScript : ' tasks/e2e-installs.sh'
71
-
72
- e2e-kitchensink :
73
- name : E2E Kitchensink
74
- uses : ./.github/workflows/e2e-base.yml
75
- with :
76
- testScript : ' tasks/e2e-kitchensink.sh'
59
+ # e2e-simple:
60
+ # name: E2E Simple
61
+ # uses: ./.github/workflows/e2e-base.yml
62
+ # with:
63
+ # testScript: 'tasks/e2e-simple.sh'
64
+ #
65
+ # e2e-installs:
66
+ # name: E2E Installs
67
+ # uses: ./.github/workflows/e2e-base.yml
68
+ # with:
69
+ # testScript: 'tasks/e2e-installs.sh'
70
+ #
71
+ # e2e-kitchensink:
72
+ # name: E2E Kitchensink
73
+ # uses: ./.github/workflows/e2e-base.yml
74
+ # with:
75
+ # testScript: 'tasks/e2e-kitchensink.sh'
You can’t perform that action at this time.
0 commit comments