Skip to content

Make sure ipydguuid is removed in data getter #1242

Make sure ipydguuid is removed in data getter

Make sure ipydguuid is removed in data getter #1242

Workflow file for this run

name: jest
on:
workflow_dispatch:
push:
branches: 'main'
pull_request:
schedule:
- cron: '0 8 * * *'
concurrency:
group: jest-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: corepack enable
- run: yarn install
- run: yarn run test