diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy-test.yaml similarity index 71% rename from .gitea/workflows/deploy.yaml rename to .gitea/workflows/deploy-test.yaml index aae4985..a28b903 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy-test.yaml @@ -26,4 +26,11 @@ jobs: SOURCE: "public/" REMOTE_HOST: ${{ secrets.REMOTE_HOST }} REMOTE_USER: ${{ secrets.REMOTE_USER }} - TARGET: ${{ secrets.REMOTE_TARGET }} \ No newline at end of file + TARGET: ${{ secrets.REMOTE_TARGET }} + - name: Running Page Speed Insights + uses: https://github.com/JakePartusch/psi-action@v1.3 + id: drafting + with: + url: "https://midtowndrafting.com" + threshold: 70 + strategy: desktop \ No newline at end of file diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml deleted file mode 100644 index 089a47d..0000000 --- a/.gitea/workflows/test.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Page Speed Insights - -on: - push: - branches: - - main - -jobs: - test: - runs-on: ubuntu-22.04 - steps: - - name: Running Page Speed Insights - uses: https://github.com/JakePartusch/psi-action@v1.3 - id: drafting - with: - url: "https://midtowndrafting.com" - threshold: 70