Skip to content

Commit

Permalink
feat: provide support for Bridgehub
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed May 10, 2024
1 parent a535b94 commit acfeadd
Show file tree
Hide file tree
Showing 46 changed files with 18,354 additions and 2,044 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Run tests
on:
push:
branches: [ main ]
branches: [ main, beta ]
workflow_dispatch:
pull_request:
branches: [ main ]
branches: [ main, beta ]
types: [ opened, reopened, synchronize ]

permissions:
Expand Down Expand Up @@ -33,10 +33,8 @@ jobs:
run: |
git clone https://github.com/matter-labs/local-setup.git
pushd local-setup
./start.sh v22-before-shared-bridge
./start.sh
popd
- name: Wait for local-setup to be ready
run: yarn test:wait
- name: Prepare environment
run: yarn test:prepare
- name: Run tests
Expand Down
Loading

0 comments on commit acfeadd

Please sign in to comment.