Skip to content

Fix container startup crash caused by honcho 1.1.0 + setuptools 82.x incompatibility #728

Fix container startup crash caused by honcho 1.1.0 + setuptools 82.x incompatibility

Fix container startup crash caused by honcho 1.1.0 + setuptools 82.x incompatibility #728

Workflow file for this run

name: test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run build
run: make build
- name: Run test
run: make test
- name: Store test results
if: success() || failure()
uses: actions/upload-artifact@v6
with:
name: test-results
path: target/*.xml