From 12e78745896d3e3e091870fabb14e2402921aed6 Mon Sep 17 00:00:00 2001 From: Neil Kistner Date: Wed, 15 Apr 2020 20:36:39 -0500 Subject: [PATCH] Use denopkg.com (#22) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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