From eb3796a2e828355bd6e6bc328b4d75299d611535 Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Wed, 11 Aug 2021 18:06:29 +0200 Subject: [PATCH] ci: use updated package name --- .github/workflows/build-test-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index c002a5700..0fb4ad90d 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -55,7 +55,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # needed only when you want License-Eye to comment on the pull request. appinspect-for-expected-outputs: - name: Appinspect tests/expected_output/Splunk_TA_UCCExample + name: Appinspect tests/package_global_config_inputs_configuration_alerts/Splunk_TA_UCCExample runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -66,7 +66,7 @@ jobs: - name: Install slim run: pip install splunk-packaging-toolkit - name: Slim tests/expected_output/Splunk_TA_UCCExample - run: mkdir tests/slimmed; slim package tests/expected_output/Splunk_TA_UCCExample -o tests/slimmed + run: mkdir tests/slimmed; slim package tests/package_global_config_inputs_configuration_alerts/Splunk_TA_UCCExample -o tests/slimmed - uses: splunk/appinspect-cli-action@main with: app_path: tests/slimmed