We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf75053 commit 6d0878fCopy full SHA for 6d0878f
.github/workflows/go.yml
@@ -20,9 +20,6 @@ jobs:
20
- postgres:13
21
- postgres:14
22
runs-on: ubuntu-latest
23
- # The environment this job references
24
- environment:
25
- name: CI
26
steps:
27
- name: Checkout code
28
uses: actions/checkout@v4
@@ -51,10 +48,8 @@ jobs:
51
48
- name: Run debug commands on failure
52
49
if: ${{ failure() }}
53
50
run: |
54
- env
55
- go version
56
- go env
57
- pwd
+ env | sort
+ go env | sort
58
git status
59
docker --version
60
docker-compose --version
0 commit comments