Fix failing ci/cd setup
Debug / test (push) Successful in 2s

This commit is contained in:
2026-06-02 22:10:03 +02:00
parent 3e706bada5
commit f19c82a2ad
+7 -16
View File
@@ -1,4 +1,4 @@
name: Go Tests
name: Debug
on:
push:
@@ -10,27 +10,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Show environment
- name: Show workspace
run: |
echo "=== Workspace ==="
pwd
ls -la
echo
- name: Dump environment variables
run: |
echo "=== Environment Variables ==="
env | sort
- name: Clone repository
- name: Dump relevant variables only
run: |
git clone "$CI_REPOSITORY_URL" repo
ls -la repo
- name: Download dependencies
run: |
cd repo
go mod download
- name: Run tests
run: |
cd repo
go test ./... -v
echo "=== Repository-related Variables ==="
env | grep -Ei 'gitea|github|repo|repository|workspace|ci'