Skip to content

fix: arbitrum sepolia deployment #12

fix: arbitrum sepolia deployment

fix: arbitrum sepolia deployment #12

Workflow file for this run

name: Tests
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install commands
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
registry-url: https://registry.npmjs.org
- name: yarn add ts-node
run: yarn add ts-node
- name: yarn install
run: yarn install
# Run scripts
- name: Test
run: yarn test