Skip to content

Commit

Permalink
fix for nightly load test - unit test not working (#1430)
Browse files Browse the repository at this point in the history
* remove manual flow for nightly load test

* output fix

* fix nightly.yml merge error
  • Loading branch information
gatsbyz committed Apr 25, 2023
1 parent 7ca7f43 commit 024d011
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 36 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/manual.deploy.nightly.devnet.yml

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@ jobs:
uses: ./.github/workflows/fuzz-test.yml
needs: build

notification:
name: Nightly Notifications
runs-on: ubuntu-latest
needs: [build, test, e2e, e2eibft, property, fuzz]

loadtest:
name: Build Devnet
uses: ./.github/workflows/deploy.nightly.devnet.yml
Expand Down Expand Up @@ -139,7 +134,14 @@ jobs:
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Load tests ${{ needs.loadtest.outputs.workflow_output == '' && ':white_check_mark:' || ':x: `failed`' }}"
"text": "Load tests (multiple_EOA) ${{ needs.loadtest.outputs.workflow_output_loadtest1 == '' && ':white_check_mark:' || ':x: `failed`' }}"
}
},
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Load tests (multiple_ERC20) ${{ needs.loadtest.outputs.workflow_output_loadtest2 == '' && ':white_check_mark:' || ':x: `failed`' }}"
}
},
{
Expand Down

0 comments on commit 024d011

Please sign in to comment.