Update impressum.astro #144
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Page Speed Insights Tests | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Wait for 3 minutes to let cloudflare update | |
run: sleep 180 | |
- name: Running on Index Page | |
uses: jakepartusch/psi-action@v1.3 | |
id: psi-index | |
with: | |
url: "https://olis.tech/" | |
threshold: 100 | |
strategy: mobile | |
key: ${{ secrets.PAGESPEED }} | |
- name: Running on Impressum Page | |
uses: jakepartusch/psi-action@v1.3 | |
id: psi-impressum | |
with: | |
url: "https://olis.tech/impressum/" | |
threshold: 100 | |
strategy: mobile | |
key: ${{ secrets.PAGESPEED }} |