Skip to content

api: if we get a failure and want JSON, show it (#4163) #984

api: if we get a failure and want JSON, show it (#4163)

api: if we get a failure and want JSON, show it (#4163) #984

name: sitespeed.io action example
on:
push:
branches:
- main
jobs:
run-sitespeed:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.head_commit.message, 'docs:') }}
name: running sitespeed.io
steps:
- name: code checkout
uses: actions/checkout@v4
# Here we build our own container to make sure we test against our latest code
# but YOU can just used the latest version by specifying
# sitespeedio/sitespeed.io:VERSION
- name: Build Docker containers
run: |
docker buildx install
docker buildx build --load --platform linux/amd64 -t sitespeedio/sitespeed.io .
- name: running sitespeed.io container with arguments and optional Docker options
run: docker run -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io https://www.sitespeed.io --budget.configPath .github/budget.json -n 1