Test
Some checks failed
Test and build / Build (amd64, , linux) (push) Failing after 37s
Test and build / Build (arm, 6, linux) (push) Failing after 40s
Test and build / Build (arm, 7, linux) (push) Failing after 39s
Test and build / test (push) Successful in 58s

This commit is contained in:
2026-02-23 15:43:07 +01:00
parent c73e2b9fdd
commit 8fb0dbd259

View File

@@ -50,8 +50,10 @@ jobs:
if [ -n "${{ matrix.goarm }}" ]; then if [ -n "${{ matrix.goarm }}" ]; then
echo "GOARM=${{ matrix.goarm }}" >> $GITHUB_ENV echo "GOARM=${{ matrix.goarm }}" >> $GITHUB_ENV
fi fi
- name: Setup git to use token debug
run: echo git config --global url."https://${GITHUB_ACTOR}:${{ secrets.GITEA_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/"
- name: Setup git to use token - name: Setup git to use token
run: git config --global url."https://${{ secrets.GITEA_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/" run: git config --global url."https://${GITHUB_ACTOR}:${{ secrets.GITEA_TOKEN }}@git.maze.io/".insteadOf "https://git.maze.io/"
- name: Download modules - name: Download modules
run: go mod download run: go mod download
- name: Make build directory - name: Make build directory