From fba3365adb17f92f3c148231ad6c469b89266096 Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 29 May 2020 13:50:18 +0200 Subject: [PATCH] test sitesped.io action --- .github/workflows/sitespeed.io.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/sitespeed.io.yml 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