Skip to content

fix: update bun cd/ci config #6

fix: update bun cd/ci config

fix: update bun cd/ci config #6

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test-contracts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Scarb
run: curl --proto '=https' --tlsv1.2 -sSf https://docs.swmansion.com/scarb/install.sh | sh
- name: Install SNFoundry
run: |
curl -L https://raw.githubusercontent.com/foundry-rs/starknet-foundry/master/scripts/install.sh | sh
export PATH=$PATH:$HOME/.snfoundry/bin
snforge --version
- name: Run tests
run: |
cd apps/snfoundry
snforge test