Skip to content

Commit

Permalink
use devcontainer image for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 1, 2023
1 parent 0f973d0 commit fc38244
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,16 @@ env:
jobs:
test:
runs-on: ubuntu-latest-4-cores
container:
image: ghcr.io/dojoengine/dojo-dev:4979471
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- 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 }}
- name: Install nextest test runner
uses: taiki-e/install-action@nextest

- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: cargo install nextest && cargo nextest run --all-features


ensure-wasm:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fc38244

Please sign in to comment.