File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,14 @@ jobs:
194
194
- name : Run e-commerce
195
195
# Run the demo in production mode
196
196
run : cd ./examples/demo/dist && python3 -m http.server 4173 &
197
+ - name : Install GreenFrame CLI
198
+ run : curl https://assets.greenframe.io/install.sh | bash
199
+ shell : bash
197
200
- name : Run GreenFrame Analysis
198
- uses : marmelab/greenframe-action@1.0.0
199
201
env :
200
202
GREENFRAME_SECRET_TOKEN : ${{secrets.GREENFRAME_SECRET_TOKEN}}
203
+ run : greenframe analyze -C .greenframe.yml --branchName master
204
+ shell : bash
201
205
202
206
create-react-admin :
203
207
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ scenarios:
9
9
name : " Customers"
10
10
threshold : 0.106
11
11
baseURL : " http://localhost:4173"
12
- projectName : " react-admin"
13
- gitBranchName : " master"
12
+ projectName : " react-admin"
You can’t perform that action at this time.
0 commit comments