From 0ba6f28b9ce35fc3892b9e3968e0a962b92d51ec Mon Sep 17 00:00:00 2001 From: soulgalore Date: Fri, 26 Jan 2024 08:47:26 +0100 Subject: [PATCH] Test install script Ubuntu --- .github/workflows/install-ubuntu.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/install-ubuntu.yml diff --git a/.github/workflows/install-ubuntu.yml b/.github/workflows/install-ubuntu.yml new file mode 100644 index 0000000000..4e0a5c527d --- /dev/null +++ b/.github/workflows/install-ubuntu.yml @@ -0,0 +1,16 @@ +name: Test installation script Ubuntu +on: + push: + branches: + - main + pull_request: + branches: + - main +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Install dependencies + run: bash <(curl -sL https://gist.githubusercontent.com/soulgalore/18fbf40670a343fa1cb0606756c90a00/raw/7218332445010ee64e3301f2021bcf18a91f0627/install-sitespeed.io-and-dependencies-ubuntu.sh) + - name: Run sitespeed.io + run: sitespeed.io --xvfb https://www.sitespeed.io -n 1 --video --visualMetrics \ No newline at end of file