Skip to content

Commit

Permalink
Merge pull request #14 from drashland/chore/fix-rhum
Browse files Browse the repository at this point in the history
comment out rhum
  • Loading branch information
saragee3 authored Jan 10, 2021
2 parents 1bb6870 + cb41f93 commit ced8f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Install Deno
uses: denolib/setup-deno@v2

- name: Install Rhum
run: deno install -Af https://raw.githubusercontent.com/drashland/rhum/rhum-cli/cli.ts
# See comment in "Run Unit Tests" job.
# - name: Install Rhum
# run: deno install -Af https://raw.githubusercontent.com/drashland/rhum/rhum-cli/cli.ts

- name: Run Unit Tests
# TODO (crookse) When Rhum v2.0 is released, this step will need to be updated from using
Expand Down
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { Rhum } from "https://deno.land/x/rhum@v1.1.4/mod.ts";
export { Rhum } from "https://deno.land/x/rhum@v1.1.6/mod.ts";

0 comments on commit ced8f25

Please sign in to comment.