Skip to content

Commit

Permalink
Change the --charm-file option format in integration tests (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 authored Aug 7, 2023
1 parent 41c0495 commit 25664be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
args="${args} --$(echo $image | awk -F '/' '{print $NF}' | cut -d ':' -f 1)-image ${image}"
done
if [ ! -z ${{ inputs.charm-file }} ]; then
args="${args} --charm-file ${{ inputs.charm-file }}"
args="${args} --charm-file=${{ inputs.charm-file }}"
fi
echo "ARGS=$args" >> $GITHUB_ENV
series=""
Expand Down
6 changes: 3 additions & 3 deletions tests/workflows/integration/test-rock/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: integration-test-charm-1
display-name: Some Charm
summary: A simple charm for testing
description: A simple charm for testing.
docs: ""
docs: "http://example.com"
maintainers: [""]
issues: ""
source: ""
issues: "http://example.com"
source: "http://example.com"
charmhub:
api-url: https://api.staging.charmhub.io
storage-url: https://storage.staging.snapcraftcontent.com
Expand Down
6 changes: 3 additions & 3 deletions tests/workflows/integration/test-upload-charm/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: test-upload
display-name: Test Upload Charm
summary: A simple charm for testing charm uploads.
description: A simple charm for testing charm uploads.
docs: ""
docs: "https://example.com"
maintainers: [""]
issues: ""
source: ""
issues: "https://example.com"
source: "https://example.com"
charmhub:
api-url: https://api.staging.charmhub.io
storage-url: https://storage.staging.snapcraftcontent.com
Expand Down

0 comments on commit 25664be

Please sign in to comment.