Streamline GHA workflow

Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
Laura Brehm 2022-09-21 08:59:09 -04:00
parent 6cd68a4bf2
commit 8891d9e2b5
No known key found for this signature in database
GPG Key ID: 526E3FC49260D47A
1 changed files with 0 additions and 10 deletions

View File

@ -26,10 +26,6 @@ jobs:
env:
GO111MODULE: "on"
steps:
- name: test-action-unsafe-checkout
if: ${{ contains(matrix.os, 'desktop-windows') }}
run: |
git config --global --add safe.directory C:/actions-runner/_work/compose/compose
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
@ -38,12 +34,6 @@ jobs:
cache: true
check-latest: true
- name: Check arch of go binary
run: |
which go
file $(which go)
if: ${{ !contains(matrix.os, 'desktop-windows') }}
- name: List Docker resources on machine
run: |
docker ps --all