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

ci(shared): bump vendored ci files #409

ci(shared): bump vendored ci files

ci(shared): bump vendored ci files #409

Workflow file for this run

name: "Tests"
on:
pull_request:
branches: [main]
jobs:
integration:
name: Tests
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn install
- name: Run all tests
run: yarn test