Skip to content

Update source link and fix CI issues #131

Update source link and fix CI issues

Update source link and fix CI issues #131

name: Integration tests
on:
pull_request:
jobs:
integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main
secrets: inherit
with:
pre-run-script: |
-c "sudo microk8s config > ${GITHUB_WORKSPACE}/kube-config
sh tests/integration/localstack-installation.sh"
image-build-args: |

Check failure on line 14 in .github/workflows/integration_test.yaml

View workflow run for this annotation

GitHub Actions / Integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration_test.yaml (Line: 14, Col: 25): Invalid input, image-build-args is not defined in the referenced workflow.
image_flavour=canonical
local_mode=true
extra-arguments: |
--localstack-url http://172.17.0.1:4566 \
--kube-config ${GITHUB_WORKSPACE}/kube-config