File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 - name : " Save result"
109109 run : |
110110 echo "Nothing to save"
111- test-integration :
111+ test-component :
112112 name : " Integration test"
113113 runs-on : ubuntu-latest
114114 needs : environment-set-up
@@ -118,7 +118,7 @@ jobs:
118118 uses : actions/checkout@v4
119119 - name : " Run integration test"
120120 run : |
121- make test-integration
121+ make test-component
122122 - name : " Save result"
123123 run : |
124124 echo "Nothing to save"
@@ -157,7 +157,7 @@ jobs:
157157 [
158158 test-accessibility,
159159 test-contract,
160- test-integration ,
160+ test-component ,
161161 test-load,
162162 test-security,
163163 test-ui-performance,
Original file line number Diff line number Diff line change @@ -98,6 +98,8 @@ config:: _install-dependencies version # Configure development environment (main
9898 npm install
9999 (cd docs && make install && cd ..)
100100
101+ test-component :
102+ (cd tests && npm install && npm run test:component)
101103
102104version :
103105 rm -f .version
You can’t perform that action at this time.
0 commit comments