From 9ccf0a06386d8854b1cc230ea2fc7e0912bc7b24 Mon Sep 17 00:00:00 2001 From: zramsay Date: Wed, 27 Sep 2023 20:05:29 -0400 Subject: [PATCH] hrm --- tests/gitea/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/gitea/test.sh b/tests/gitea/test.sh index 993c02e5..706fe34e 100755 --- a/tests/gitea/test.sh +++ b/tests/gitea/test.sh @@ -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