Skip to content

Commit 6d0878f

Browse files
authored
ci: remove the environment since unused (#186)
It's going to be much less noice on the PR :)
1 parent cf75053 commit 6d0878f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
- postgres:13
2121
- postgres:14
2222
runs-on: ubuntu-latest
23-
# The environment this job references
24-
environment:
25-
name: CI
2623
steps:
2724
- name: Checkout code
2825
uses: actions/checkout@v4
@@ -51,10 +48,8 @@ jobs:
5148
- name: Run debug commands on failure
5249
if: ${{ failure() }}
5350
run: |
54-
env
55-
go version
56-
go env
57-
pwd
51+
env | sort
52+
go env | sort
5853
git status
5954
docker --version
6055
docker-compose --version

0 commit comments

Comments
 (0)