Skip to content

Commit

Permalink
install oi via symlink as part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Nov 15, 2024
1 parent 7e3c0bc commit 502c0c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ jobs:
curl -s https://bashunit.typeddevs.com/install.sh > /tmp/install-bashunit.sh
chmod +x /tmp/install-bashunit.sh
/tmp/install-bashunit.sh
- name: 🏗 Install oi
run: |
mkdir -p "${HOME}/.local/bin";
ln "${PWD}/src/oi" "${HOME}/.local/bin";
- name: 🚀 Run Tests
run: /tmp/lib/bashunit tests

0 comments on commit 502c0c7

Please sign in to comment.