From 6c5e8ffb664cb4394c232d20443d5f728f12d0a9 Mon Sep 17 00:00:00 2001 From: Christopher Berge Hove Date: Mon, 2 Oct 2023 10:38:23 +0200 Subject: [PATCH] chore: restart test --- .github/workflows/promote.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 541ad23c..51688a47 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -30,6 +30,15 @@ jobs: echo "::add-mask::$token" echo "APP_SERVICE_ACCOUNT_TOKEN=$token" >> $GITHUB_ENV + - name: Restart qa env + uses: equinor/radix-github-actions@v1 + with: + args: > + restart + environment + --application fusion-project-portal" + --environment feature + - name: "Get application information for fusion-project-portal" id: get_application_info_api uses: equinor/radix-github-actions@v1