diff --git a/.github/workflows/sitespeed.io.yml b/.github/workflows/sitespeed.io.yml new file mode 100644 index 000000000..7cd3e96f9 --- /dev/null +++ b/.github/workflows/sitespeed.io.yml @@ -0,0 +1,11 @@ +name: sitespeed.io +on: push +jobs: + run-sitespeed: + runs-on: ubuntu-latest + name: running sitespeed.io + steps: + - name: Prepare connectivity + uses: sudo modprobe ifb numifbs=1 + - name: running sitespeed.io container with arguments and optional Docker options + run: docker run -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:13.1.1 https://www.sitespeed.io -n 3 --connectivity.engine throttle -c cable \ No newline at end of file