mirror of https://github.com/docker/compose.git
Streamline GHA workflow
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
This commit is contained in:
parent
6cd68a4bf2
commit
8891d9e2b5
|
@ -26,10 +26,6 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GO111MODULE: "on"
|
GO111MODULE: "on"
|
||||||
steps:
|
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/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-go@v3
|
- uses: actions/setup-go@v3
|
||||||
|
@ -38,12 +34,6 @@ jobs:
|
||||||
cache: true
|
cache: true
|
||||||
check-latest: 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
|
- name: List Docker resources on machine
|
||||||
run: |
|
run: |
|
||||||
docker ps --all
|
docker ps --all
|
||||||
|
|
Loading…
Reference in New Issue