This repository has been archived by the owner on Jan 16, 2025. It is now read-only.
build(deps-dev): Bump @types/jest from 29.5.5 to 29.5.6 #190
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |