Skip to content

Commit

Permalink
add mock data
Browse files Browse the repository at this point in the history
Signed-off-by: Ruchi Sharma <ruchi492@gmail.com>
  • Loading branch information
ruchidh committed Jan 31, 2025
1 parent 1bcb100 commit 664d4de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/performance_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
yarn wait-on http://localhost:9200
yarn start --no-base-path & yarn wait-on http://localhost:5601
- name: Mock data
run: |
curl 'http://localhost:5601/api/sample_data/ecommerce' -X 'POST' -H 'osd-version: 3.0.0' -H 'osd-xsrf: osd-fetch'
- name: Run Lighthouse CI
run: yarn lhci autorun || echo "Lighthouse assertion failed, check results"

Expand Down

0 comments on commit 664d4de

Please sign in to comment.