From 7d9d9061d9961fc3c1ca1af647fa3e9c71c98d81 Mon Sep 17 00:00:00 2001 From: glihm Date: Mon, 13 Nov 2023 15:42:34 -0600 Subject: [PATCH] ci: adjust ci actions to only be done on Katana --- .github/workflows/ci.yml | 69 ----------------------------------- .github/workflows/release.yml | 2 - 2 files changed, 71 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d415ad857..7866e6d36b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,61 +67,6 @@ jobs: # - run: cargo install cairo-lang-formatter # - run: scripts/cairo_fmt.sh --check - dojo-core-test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@v2 - - uses: arduino/setup-protoc@v2 - - run: cargo run --bin sozo -- --manifest-path crates/dojo-core/Scarb.toml test - - dojo-erc-test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@v2 - - uses: arduino/setup-protoc@v2 - - run: cargo run --bin sozo -- --manifest-path crates/dojo-erc/Scarb.toml test - - dojo-defi-test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@v2 - - uses: arduino/setup-protoc@v2 - - run: cargo run --bin sozo -- --manifest-path crates/dojo-defi/Scarb.toml test - - dojo-primitive-test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@v2 - - uses: arduino/setup-protoc@v2 - - run: cargo run --bin sozo -- --manifest-path crates/dojo-primitives/Scarb.toml test - - dojo-spawn-and-move-example-test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@v2 - - uses: arduino/setup-protoc@v2 - - run: cargo run --bin sozo -- --manifest-path examples/spawn-and-move/Scarb.toml test - clippy: runs-on: ubuntu-latest steps: @@ -151,20 +96,6 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - run: scripts/rust_fmt.sh --check - docs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ env.RUST_VERSION }} - - uses: Swatinem/rust-cache@v2 - - uses: arduino/setup-protoc@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - - run: > - scripts/docs.sh - test-hurl: runs-on: ubuntu-latest permissions: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 022c4acdc7..8860140ecf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,8 +4,6 @@ on: push: tags: - "*" - schedule: - - cron: "0 0 * * *" workflow_dispatch: env: