diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d6bd1b..2321d45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,6 @@ jobs: deno-version: '0.40' - run: yarn install --frozen-lockfile - run: yarn --check-files - - run: deno run --allow-read --allow-write https://raw.githubusercontent.com/wyze/conditional-bisect/master/mod.ts + - run: deno run --allow-read --allow-write https://denopkg.com/wyze/conditional_bisect@v1.0.0/mod.ts - run: yarn test:coverage - run: yarn bisect-ppx-report send-to Codecov