Skip to content

Commit

Permalink
ci: ditto
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Oct 24, 2023
1 parent 7b29e2b commit 93c7151
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
shell: bash
run: |
hermit/cowsay.hermit.com hello
- name: the new technology
shell: bash
run: |
echo aaa | hermit/cowsay.hermit.com
echo aaa > text.txt
hermit/cat.hermit.com text.txt
- name: the new technology
shell: bash
run: |
[[ $(echo aeiou | hermit/count_vowels.hermit.com) == 5 ]]
[[ $(echo bcd | hermit/count_vowels.hermit.com) == 0 ]]
Expand Down

0 comments on commit 93c7151

Please sign in to comment.