Skip to content

Commit

Permalink
add: Added CI pipeline for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nami-Webisoft committed Nov 27, 2024
1 parent a66ca8a commit e2bc6f1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: CI

on:
push:
pull_request:

jobs:
sozo-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
- run: /home/runner/.config/.dojo/bin/sozo test

0 comments on commit e2bc6f1

Please sign in to comment.