Workflow stabilization (#9)

Reviewed-on: phoenix/textsender-auth#9
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
This commit is contained in:
phoenix
2025-11-01 20:56:50 +00:00
committed by phoenix
parent 21d8d0f005
commit 9fdba18256
+9 -6
View File
@@ -31,16 +31,19 @@ jobs:
go env -w GOPRIVATE='${{ secrets.GIT_HOST_ROOT }}'
# echo "Creating local .gitconfig"
# touch ~/.gitconfig
# cat > ~/.gitconfig << "EOF"
# [url "ssh://git@${{ secreats.GIT_HOST_ROOT }}"]
# insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
# EOF
echo "Creating local .gitconfig"
touch ~/.gitconfig
cat > ~/.gitconfig << "EOF"
[url "ssh://git@${{ secrets.GIT_HOST_ROOT }}"]
insteadOf = https://${{ secrets.GIT_HOST_ROOT }}
EOF
echo "Building binary"
make build
echo "Binary built"
file textsender-auth
test:
name: Test
runs-on: ubuntu-24.04