Fix CI lint errors and test failures #123
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Wrap E2E | |
| on: | |
| pull_request: | |
| branches: [main] | |
| push: | |
| branches: [main] | |
| workflow_dispatch: | |
| jobs: | |
| docker-wrap-e2e: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 45 | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Build wrap e2e image | |
| run: docker build -f e2e/wrap/Dockerfile -t headroom-wrap-e2e . | |
| - name: Run wrap e2e container | |
| run: docker run --rm headroom-wrap-e2e |