Skip to content

Commit

Permalink
ci: integration test multichain e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg authored and 0xpatrickdev committed Jul 15, 2024
1 parent b685c9e commit 442a27a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,11 @@ jobs:
with:
datadog-token: ${{ secrets.DATADOG_API_KEY }}

test-multichain-e2e:

This comment has been minimized.

Copy link
@mhofman

mhofman Jul 20, 2024

Member

If you want this new test to be required, you need to include the test-multichain-e2e job to the finalize-integration-result job below like the other jobs in this workflow.

This comment has been minimized.

Copy link
@0xpatrickdev

0xpatrickdev Aug 16, 2024

Member

Thanks, this slipped the through the cracks on my gh notifications

needs: pre_check
if: needs.pre_check.outputs.should_run == 'true'
uses: ./.github/workflows/multichain-e2e.yml

finalize-integration-result:
needs:
- pre_check
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/multichain-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ name: Multichain E2E Tests

on:
workflow_dispatch:
push:
branches:
# $default-branch
- master
- 'release-*'
- 'dev-*'
tags:
- '@agoric/sdk@*'
workflow_call:

jobs:
multichain-e2e:
Expand Down

0 comments on commit 442a27a

Please sign in to comment.