Skip to content

Commit

Permalink
Fix path to the charm snap
Browse files Browse the repository at this point in the history
  • Loading branch information
freyes committed Apr 17, 2024
1 parent 1e76f4c commit 3584411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
plugin: nil
override-build: |
ls -lR \$CRAFT_PROJECT_DIR/
snap install --dangerous --classic \$CRAFT_PROJECT_DIR/parts/charm/src/charm-snap/*.snap
snap install --dangerous --classic \$CRAFT_PROJECT_DIR/charm-snap/*.snap
rm -rf \$CRAFT_PROJECT_DIR/parts/charm/src/charm-snap
charm:
after: [charm-tools]
Expand Down

0 comments on commit 3584411

Please sign in to comment.