Skip to content

Commit

Permalink
build: adding debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
vincepick committed Dec 10, 2024
1 parent 914b95d commit 494eead
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/useContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ jobs:
bash bin/install-yuck.sh
bash bin/install-picat.sh
cd /AutoIG
ls
. bin/set-path.sh
AUTOIG=$(pwd)
Expand All @@ -76,12 +77,12 @@ jobs:
- name: Fail
if: ${{ failure() }}
run: |
echo "This usecontainer failed, rejecting PR."
echo "This useContainer failed, rejecting PR."
exit 1
# if script passes approve PR
- name: Pass
if: ${{ success() }}
run: |
echo "This usecontainer passed, allowing PR."
echo "This useContainer passed, allowing PR."
exit 0

0 comments on commit 494eead

Please sign in to comment.