Skip to content

Commit

Permalink
Disable ameba in the CI because it is hanging here, now, too. Why are…
Browse files Browse the repository at this point in the history
… you so sad, ameba? Why?
  • Loading branch information
wyhaines committed Apr 8, 2022
1 parent 8dd1349 commit 94c51f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: shards install
- name: Run tests
run: crystal spec -t -s
- name: Run Ameba
run: bin/ameba
# - name: Run Ameba
# run: bin/ameba
- name: Build docs
run: crystal docs
- name: Deploy
Expand Down

0 comments on commit 94c51f9

Please sign in to comment.