Skip to content

Remove github action token needed #2

Remove github action token needed

Remove github action token needed #2

Workflow file for this run

name: Run Tests
on:
pull_request:
types:
- closed
jobs:
check:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main'
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Scarb
uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.5.4"
- name: Setup snfoundry
uses: foundry-rs/setup-snfoundry@v3
with:
starknet-foundry-version: "0.18.0"
- name: Run Cairo tests
id: cairo_tests
run: bash scripts/run_tests.sh