Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 12e7874

Browse files
authored
Use denopkg.com (#22)
1 parent 8cb017c commit 12e7874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
deno-version: '0.40'
2121
- run: yarn install --frozen-lockfile
2222
- run: yarn --check-files
23-
- run: deno run --allow-read --allow-write https://raw.githubusercontent.com/wyze/conditional-bisect/master/mod.ts
23+
- run: deno run --allow-read --allow-write https://denopkg.com/wyze/conditional_bisect@v1.0.0/mod.ts
2424
- run: yarn test:coverage
2525
- run: yarn bisect-ppx-report send-to Codecov

0 commit comments

Comments
 (0)