Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

Merge pull request #65 from xmtp/dependabot/npm_and_yarn/eslint-plugi… #186

Merge pull request #65 from xmtp/dependabot/npm_and_yarn/eslint-plugi…

Merge pull request #65 from xmtp/dependabot/npm_and_yarn/eslint-plugi… #186

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: ".nvmrc"
cache: "yarn"
- name: Install Yarn v3
run: |
corepack enable
corepack prepare [email protected] --activate
- run: yarn
- run: yarn build
- run: yarn workspace @xmtp/bot-kit-pro run up
- run: yarn test