Skip to content

Commit

Permalink
fix: macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Dec 9, 2024
1 parent f806367 commit d1522af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,10 @@ jobs:
done
- name: Init and pack
run: |
source .venv/bin/activate
mkdir test-charm
cd test-charm
export CRAFT_VERBOSITY_LEVEL=trace
uv run charmcraft init --profile=machine
uv run charmcraft pack
charmcraft init --profile=machine
charmcraft pack
test -f *.charm

0 comments on commit d1522af

Please sign in to comment.