Skip to content

fix(backfill): compare PR updatedAt by instant so the metadata gate skips #15

fix(backfill): compare PR updatedAt by instant so the metadata gate skips

fix(backfill): compare PR updatedAt by instant so the metadata gate skips #15

Workflow file for this run

name: Test
on:
pull_request:
branches: [main, test]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/das
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
cache-dependency-path: packages/das/package-lock.json
- run: npm ci
- name: Test
run: npm test