Skip to content

Commit

Permalink
ci: trying make the pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscarlosjayk committed Jun 13, 2024
1 parent edc25ba commit a11f7ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ jobs:
cargo build --verbose
# cargo test --verbose

- name: List targets
id: generate
uses: docker/bake-action/subaction/list-targets@v4
with:
target: validate

# Set up Docker Buildx for multi-platform builds
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit a11f7ee

Please sign in to comment.