Skip to content

replicate the retry with parse error approach from the patch class #3

replicate the retry with parse error approach from the patch class

replicate the retry with parse error approach from the patch class #3

Workflow file for this run

name: test-wf
on: [push]
jobs:
test:
name: run-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v1
- name: setup node.js
uses: actions/setup-node@v3
with:
node-version: 18.16.0
- name: Install Dependencies
run: bun i
- run: bun test