Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 11, 2023
1 parent 5d74128 commit 3eb600d
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,31 @@
name: CI
name: test-contracts

on:
push:
branches:
- main
pull_request:

env:
DOJO_VERSION: v0.3.15
branches:
- main

jobs:
sozo-test:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- run: curl -L https://install.dojoengine.org | bash
- run: /home/runner/.config/.dojo/bin/dojoup -v ${{ env.DOJO_VERSION }}
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up environment
run: |
sudo apt-get update
sudo apt-get install -y curl
- name: Download Dojo release artifact
run: |
curl -L -o dojo-linux-x86_64.tar.gz https://github.com/dojoengine/dojo/releases/download/v0.3.10/dojo_v0.3.15_linux_amd64.tar.gz
tar -xzf dojo-linux-x86_64.tar.gz
sudo mv sozo /usr/local/bin/
- name: Run Dojo Build
run: |
Expand Down

0 comments on commit 3eb600d

Please sign in to comment.