Skip to content

Commit

Permalink
ci: also require wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jan 1, 2025
1 parent d103d76 commit 6e0a240
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/egui_pages_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ jobs:
run_tests:
# https://docs.github.com/en/actions/sharing-automations/reusing-workflows#calling-a-reusable-workflow
uses: ./.github/workflows/general.yml
check_wasm:
needs: run_tests
uses: ./.github/workflows/wasm.yml
build-github-pages:
needs: run_tests # Requires that the other job succeeds before this one will start
needs: check_wasm
runs-on: ubuntu-latest
steps:
- uses: wykies/checkout@main
Expand Down

0 comments on commit 6e0a240

Please sign in to comment.