Skip to content

Update blank.yml

Update blank.yml #12

Workflow file for this run

name: sitespeed.io
on: push
jobs:
run-sitespeed:
runs-on: ubuntu-latest
name: running sitespeed.io
steps:
- name: code checkout
uses: actions/checkout@v4.1.1
# Make directory to upload the test results
- name: Make Directory for results
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:33.4.0 --outputFolder sitespeed.io http://getmyservice.in/ -n 1
# Upload the contents of Test Results directory to workspace
- name: Output the run Details
uses: actions/upload-artifact@v4.3.1
with:
name: RunReports
path: sitespeed.io