Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitesh411 authored Nov 23, 2023
1 parent 64e73b0 commit 23bb21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: mkdir -p testResults

- name: running sitespeed.io container with arguments and optional Docker options
run: docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:25.7.3 --outputFolder sitespeed.io http://getmyservice.in/ -n 1
run: docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:30.3.0 --outputFolder sitespeed.io http://getmyservice.in/ -n 1

# Upload the contents of Test Results directory to workspace
- name: Output the run Details
Expand Down

0 comments on commit 23bb21b

Please sign in to comment.