Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

ci: Basic tests

ci: Basic tests #13

Workflow file for this run

name: Tests
on: pull_request
jobs:
tests:
runs-on: matterlabs-ci-runner
container:
image: matterlabs/zk-environment:latest2.0-lightweight
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install dependencies
run: yarn
- name: Build
run: yarn build
- name: Run tests
run: yarn mocha test/system-contract-test.test.ts