Skip to content

Commit

Permalink
update acceptance workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
beeradb committed Sep 9, 2024
1 parent b11e86b commit 3aa80ac
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/acceptance-public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
api_batch_1:
name: API Batch 1
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: api_batch1
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -36,7 +35,6 @@ jobs:
api_batch_2:
name: API Batch 2
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: api_batch2
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -46,7 +44,6 @@ jobs:
api_batch_3:
name: API Batch 3
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: api_batch3
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -56,7 +53,6 @@ jobs:
erc20:
name: ERC20
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: erc20
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -66,7 +62,6 @@ jobs:
ratelimiter:
name: Rate Limiter
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: ratelimiter
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -76,7 +71,6 @@ jobs:
tokencreate:
name: Token Create
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: tokencreate
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -86,7 +80,6 @@ jobs:
tokenmanagement:
name: Token Management
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: tokenmanagement
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -96,7 +89,6 @@ jobs:
htsprecompilev1:
name: Precompile
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: htsprecompilev1
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -106,7 +98,6 @@ jobs:
precompilecalls:
name: Precompile
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: precompile
envfile: ${{ inputs.network }}Acceptance.env
Expand All @@ -116,7 +107,6 @@ jobs:
websocket-batch-1:
name: Websocket Batch 1
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: ws_batch1
test_ws_server: true
Expand All @@ -137,7 +127,6 @@ jobs:
websocket-batch-3:
name: Websocket Batch 3
uses: ./.github/workflows/acceptance-workflow.yml
if: {{ $env.RUN_FULL_SUITE }}
with:
testfilter: ws_batch3
test_ws_server: true
Expand All @@ -148,7 +137,6 @@ jobs:
release-tests:
name: Release Tests
uses: ./.github/workflows/acceptance-workflow.yml
when: {{ !$env.RUN_FULL_SUITE }}
with:
testfilter: release-tests
envfile: ${{ inputs.network }}Acceptance.env
Expand Down

0 comments on commit 3aa80ac

Please sign in to comment.