Skip to content

Commit

Permalink
fixup ci doesnot run
Browse files Browse the repository at this point in the history
  • Loading branch information
baichuan3 committed Mar 11, 2025
1 parent f50e5d1 commit 004a5e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: ./.github/actions/rust-setup

# Group 1: Basic checks and builds
- name: Group 1 - Basic checks and builds
- name: Check-Build-Test (Group 1 - Basic checks and builds)
if: matrix.test_group == 1
run: |
# Run in parallel where possible
Expand All @@ -84,7 +84,7 @@ jobs:
cargo run --bin rooch init --skip-password
# Group 2: Move, Rust and Example tests
- name: Group 2 - Move and Rust tests
- name: Check-Build-Test (Group 2 - Move, Rust and Example tests)
if: matrix.test_group == 2
run: |
# Run Move tests
Expand All @@ -102,7 +102,7 @@ jobs:
./scripts/pr.sh -e
# Group 3: Web, SDK, and final steps
- name: Group 3 - Web, SDK, and final steps
- name: Check-Build-Test (Group 3 - Web and SDK)
if: matrix.test_group == 3
run: |
# Check Docker first
Expand Down

0 comments on commit 004a5e4

Please sign in to comment.