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 #5

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:
- uses: actions/checkout@v4
- name: Setup environment
run: |
echo "ZKSYNC_HOME=${{ github.workspace }}" >> $GITHUB_ENV
echo "PATH=${{ github.workspace }}/bin:$PATH" >> $GITHUB_ENV
- name: Run tests
run: |
npm test