Skip to content

Commit

Permalink
constrain all other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g11tech committed Aug 2, 2022
1 parent b36dd69 commit e161009
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Browser tests

on: [pull_request, push]
on:
push:
branches:
- stable
- unstable
pull_request:
branches:
- stable
- unstable

jobs:
tests-main:
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: E2E tests

on: [pull_request, push]
on:
push:
branches:
- stable
- unstable
pull_request:
branches:
- stable
- unstable

env:
GOERLI_RPC_DEFAULT_URL: https://goerli.infura.io/v3/84842078b09946638c03157f83405213
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test-sim-merge.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Sim merge tests

on: [pull_request, push]
on:
push:
branches:
- stable
- unstable
pull_request:
branches:
- stable
- unstable

env:
GETH_COMMIT: be9742721f56eb8bb7ebf4f6a03fb01b13a05408
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/test-sim.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Sim tests

on: [pull_request, push]
on:
push:
branches:
- stable
- unstable
pull_request:
branches:
- stable
- unstable

jobs:
tests-sim:
Expand Down

0 comments on commit e161009

Please sign in to comment.