Skip to content

Commit

Permalink
fix: use existing script for upgrade job (#4403)
Browse files Browse the repository at this point in the history
* fix: use existing script

* chore: remove tag of rustacean
  • Loading branch information
kylezs authored Jan 11, 2024
1 parent 7aa84a6 commit c107a0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/upgrade-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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>

0 comments on commit c107a0f

Please sign in to comment.