Skip to content

Commit

Permalink
run vite preview in the bg
Browse files Browse the repository at this point in the history
  • Loading branch information
slax57 committed Jun 14, 2023
1 parent 204abdc commit fc3d210
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ jobs:
run: unzip -o -u demo-build.zip
- name: Run e-commerce
# Run the demo in production mode
run: cd ./examples/demo && yarn preview
- name: GreenFrame Analysis
run: cd ./examples/demo && yarn preview --no-open --host 0.0.0.0 &
- name: Run GreenFrame Analysis
uses: marmelab/greenframe-action@1.0.0
env:
GREENFRAME_SECRET_TOKEN: ${{secrets.GREENFRAME_SECRET_TOKEN}}
2 changes: 1 addition & 1 deletion .greenframe.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
scenarios:
- path: "./greenframe/scenario.js"
name: "Login"
name: "Main scenario"
threshold: 0.5
baseURL: "http://localhost:4173"
projectName: "react-admin"

0 comments on commit fc3d210

Please sign in to comment.