Skip to content

Commit

Permalink
Revert "Added a post job step to ensure the emulator shuts down corre…
Browse files Browse the repository at this point in the history
…ctly, due to the previously failing task even when the anchor link is correct"

This reverts commit 4dc729d.
  • Loading branch information
MiniPiku committed Mar 4, 2025
1 parent 4dc729d commit 9f57c4a
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ jobs:
name: Build site and check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
submodules: recursive
- uses: dart-lang/setup-dart@v1
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
with:
sdk: stable
- name: Fetch Dart packages
run: dart pub get
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'pnpm'
Expand All @@ -91,13 +91,7 @@ jobs:
- name: Check for broken Markdown links
run: dart run dart_site check-link-references
- name: Check internal site links are functional
run: |
dart run dart_site check-links || echo "Link check failed"
- name: Shutdown Firebase emulator
if: always()
run: |
echo "Shutting down Firebase emulator..."
firebase emulators:exec --only hosting "echo Emulator shutdown"
run: dart run dart_site check-links

site-variable-scanner:
name: Check if text can be replaced with site variables
Expand Down

0 comments on commit 9f57c4a

Please sign in to comment.