diff --git a/.github/workflows/push-actions.yml b/.github/workflows/push-actions.yml index 6cf8b27..d8c0a66 100644 --- a/.github/workflows/push-actions.yml +++ b/.github/workflows/push-actions.yml @@ -4,7 +4,7 @@ on: branches: ["main", "release-*"] jobs: - scan: + gh-actions-integration-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -13,7 +13,7 @@ jobs: - uses: ./.github/actions/create-sap-btp-kyma id: create-btp-resources with: - btp_subaccount_name: terraform-module-actions-tst-${{ github.sha }}-${{ github.run_attempt }} + btp_subaccount_name: tf-actions-${{ github.sha }}-${{ github.run_attempt }} btp_backend_url: '${{ secrets.btp_api_url }}' btp_user: '${{ secrets.username }}' btp_password: '${{ secrets.password }}' @@ -24,7 +24,7 @@ jobs: btp_kyma_plan: '${{ secrets.kyma_plan }}' btp_kyma_modules: "[]" btp_kyma_autoscaler_min: 3 - - name: run tests + - name: kyma environment sanity check run: | kubectl get nodes - uses: ./.github/actions/force-delete-sap-btp-subaccount @@ -36,4 +36,3 @@ jobs: btp_password: ${{ secrets.password}} btp_global_account: ${{ secrets.global_account }} btp_idp_tenant: ${{ secrets.ias_tenant }} -