File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 - .
7070 - tests/integration/application-charm
7171 name : Build charm
72- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17 .0.1
72+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21 .0.1
7373 with :
7474 path-to-charm-directory : ${{ matrix.path }}
7575 cache : true
8080 - lint
8181 - unit-test
8282 - build
83- uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v17 .0.1
83+ uses : canonical/data-platform-workflows/.github/workflows/integration_test_charm.yaml@v21 .0.1
8484 with :
8585 artifact-prefix : packed-charm-cache-true
8686 cloud : lxd
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
1717
1818 build :
1919 name : Build charm
20- uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v17 .0.1
20+ uses : canonical/data-platform-workflows/.github/workflows/build_charm.yaml@v21 .0.1
2121
2222 release :
2323 name : Release charm
2424 needs :
2525 - ci-tests
2626 - build
27- uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v17 .0.1
27+ uses : canonical/data-platform-workflows/.github/workflows/release_charm.yaml@v21 .0.1
2828 with :
2929 channel : 2/edge
3030 artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
You can’t perform that action at this time.
0 commit comments