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

fix: bump lambda version to pick up new zksync secret (#429) #1473

fix: bump lambda version to pick up new zksync secret (#429)

fix: bump lambda version to pick up new zksync secret (#429) #1473

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 18.x
registry-url: https://registry.npmjs.org
- name: Install dependencies
run: |
npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_AUTH_TOKEN }}" \
&& yarn install --frozen-lockfile && yarn build
- name: Install dependencies
run: yarn test