Skip to content

Commit

Permalink
Split checkout and building
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Mar 4, 2024
1 parent d06cf77 commit fb4f256
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,22 @@ jobs:
run: |
pip install box
pip install build
- name: Unit test with qtcowsay (GUI)
- name: Checkout qtcowsay
uses: actions/check-run-action@v4
with:
repository: trappitsch/qtcowsay
path: "qtcowsay"
- name: Test build qtcowsay (GUI)
run: |
cd qtcowsay
box init -q -b build
box package
- name: Unit test with cowsay (CLI)
- name: Checkout cowsay-python
uses: actions/check-run-action@v4
with:
repository: VassuDevanS/cowsay-python
path: "cowsay"
- name: Test build cowsay-python (CLI)
run: |
git checkout 3db622cefd8b11620ece7386d4151b5e734b078b
cd cowsay
Expand Down

0 comments on commit fb4f256

Please sign in to comment.