@@ -116,46 +116,7 @@ jobs:
116116 - uses : actions/upload-artifact@v4
117117 with : { name: android, path: '*.apk' }
118118
119- # lighthouse: FIXME
120- # if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
121- # needs: coverage
122- # runs-on: ubuntu-latest
123- # timeout-minutes: 20
124- # steps:
125- # - uses: actions/checkout@v6
126- # - uses: cachix/install-nix-action@v31
127- # with:
128- # github_access_token: ${{ secrets.GITHUB_TOKEN }}
129- # extra_nix_config: | # TODO Ensure nix uses the most performant cache between Garnix and Cachix every time
130- # extra-substituters = https://cache.garnix.io
131- # extra-trusted-public-keys = cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g=
132- # - uses: cachix/cachix-action@v17
133- # with:
134- # name: gfauredev
135- # authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
136- # - name: Start web app server
137- # run: |
138- # nix run &
139- # timeout 60 bash -c 'until curl -sf http://localhost:8080/LogOut/ > /dev/null 2>&1; do sleep 1; done'
140- # - uses: treosh/lighthouse-ci-action@v12
141- # with:
142- # urls: http://localhost:8080/LogOut/
143- # uploadArtifacts: true
144- # temporaryPublicStorage: true
145- # configPath: .lighthouserc.json
146- # id: lighthouse_audit
147- # - if: always() && github.event_name == 'pull_request'
148- # run: .script/lighthouse-report.sh '${{ steps.lighthouse_audit.outputs.links }}'
149- # id: lighthouse_results
150- # - if: always() && github.event_name == 'pull_request'
151- # uses: peter-evans/create-or-update-comment@v5
152- # with:
153- # issue-number: ${{ github.event.pull_request.number }}
154- # body: ${{ steps.lighthouse_results.outputs.BODY }}
155-
156- # e2e-web: Moved to CD pipeline — runs against the public preview URL
157- # after every successful Pages deployment (see cd.yml e2e-web-preview job).
158- # e2e-web:
119+ # e2e-web: # Moved to CD to run against the public preview URL on Pages deploy
159120 # if: github.event_name != 'pull_request' || github.event.pull_request.draft == false
160121 # needs: coverage
161122 # runs-on: ubuntu-latest
0 commit comments