Skip to content

Commit

Permalink
ci: seperate steps to debug the new technology
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Oct 24, 2023
1 parent 5c94bfe commit 7b29e2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,13 @@ jobs:
shell: bash
run: |
chmod +x hermit/*
- name: cowsay 1
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
Expand Down

0 comments on commit 7b29e2b

Please sign in to comment.