From c107a0f18c19cd39dda66e747b7ff412f255a19b Mon Sep 17 00:00:00 2001 From: kylezs Date: Thu, 11 Jan 2024 22:37:44 +1100 Subject: [PATCH] fix: use existing script for upgrade job (#4403) * fix: use existing script * chore: remove tag of rustacean --- .github/workflows/upgrade-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/upgrade-test.yml b/.github/workflows/upgrade-test.yml index 3e8d3e8cb26..70702feb03f 100644 --- a/.github/workflows/upgrade-test.yml +++ b/.github/workflows/upgrade-test.yml @@ -134,7 +134,7 @@ jobs: id: post-upgrade-bouncer working-directory: bouncer run: | - ./run-no-setup.sh + ./tests/all_concurrent_tests.ts - name: Print chainflip-engine logs if: failure() @@ -183,4 +183,3 @@ jobs: args: | ❗️❗️❗️❗️ Sorry **${{ github.actor }}**, The Upgrade Test has not passed ❗️❗️❗️❗️ 👾 Link to job: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - #️⃣ Tagging: <@&939151218708709416>