Skip to content

Commit

Permalink
hrm
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay committed Sep 28, 2023
1 parent 9b2a0a4 commit 9ccf0a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/gitea/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ fi
# Dump environment variables for debugging
echo "Environment variables:"
env

echo "holla 1 $GITEA_ACTIONS"
export GITEA_ACTIONS=true
echo "holla 2 $GITEA_ACTIONS"
echo "Running gitea test"

# Bit of a hack, test the most recent package
TEST_TARGET_SO=$( ls -t1 ./package/laconic-so* | head -1 )
# Set a non-default repo dir
Expand Down

0 comments on commit 9ccf0a0

Please sign in to comment.