Skip to content

Commit

Permalink
feat(pipe): debug pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
RouHim committed Jan 3, 2023
1 parent dc89405 commit d3ccf08
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:


build-binaries:
name: Build binaries
name: Build
needs: [ check-oci-config, check-repo, check-code-style, check-code, test ]
runs-on: ubuntu-latest
# rRun all targets in parallel
Expand Down Expand Up @@ -191,6 +191,13 @@ jobs:
uses: actions/download-artifact@v2
with:
name: x86_64-musl
path: .

- name: Debug
run: |
ls -la
ls -la target
tree target
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit d3ccf08

Please sign in to comment.