This commit is contained in:
Robin Grenzdörfer 2023-12-05 20:47:59 +00:00
parent c1bdd81729
commit c4e016cb52

@ -92,7 +92,10 @@ jobs:
# if: github.ref == 'refs/heads/dev'
# run: |
# docker compose -p ${GITHUB_REF_NAME}-${GITHUB_REPOSITORY_NAME}-${GITHUB_REPOSITORY_OWNER} up -d --build --remove-orphans
- name: Install Chrome
run: |
sudo apt-get update
sudo apt-get install -y google-chrome-stable
# Lighthouse Analysis Step
- name: Lighthouse Analysis
run: |