Skip to content

Commit

Permalink
chore(cli): migrate to Cargo workspaces (#380)
Browse files Browse the repository at this point in the history
* chore(cli): migrate to workspaces

Signed-off-by: KeisukeYamashita <[email protected]>

* fix(cli): e2e testing path

Signed-off-by: KeisukeYamashita <[email protected]>

---------

Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita authored Nov 5, 2024
1 parent c234e90 commit 9e60728
Show file tree
Hide file tree
Showing 33 changed files with 243 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- uses: mig4/setup-bats@v1
with:
bats-version: 1.9.0
- run: bats e2e --filter-tags ${{ matrix.tag }}
- run: bats cli/e2e --filter-tags ${{ matrix.tag }}

test:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

defaults:
run:
working-directory: ./cli

permissions:
contents: write # To write to release
id-token: write # To deploy to GitHub Pages
Expand Down Expand Up @@ -109,6 +113,7 @@ jobs:
- uses: docker/build-push-action@v6
with:
context: ./cli
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down
Loading

0 comments on commit 9e60728

Please sign in to comment.