Skip to content

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #773

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible

Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible #773

Workflow file for this run

---
name: Unit tests
on: # yamllint disable-line rule:truthy
pull_request:
branches: [master]
jobs:
unit:
runs-on: ubuntu-22.04
steps:
- name: get eden
uses: actions/[email protected]
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: run tests
run: go test -json $(go list ./... | grep -v /eden/tests/) > test.json
- name: Annotate tests
if: always()
uses: guyarb/[email protected]
with:
test-results: test.json