Skip to content

Commit 3685091

Browse files
committed
Run CI on all PRs
1 parent 4b6adc5 commit 3685091

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

.github/workflows/espresso-devnet-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Run Espresso Devnet tests
22
on:
33
pull_request:
4-
branches:
5-
- "celo-integration*"
64
push:
75
branches:
8-
- "master"
96
- "celo-integration*"
107
workflow_dispatch:
118

@@ -57,7 +54,6 @@ jobs:
5754
- name: Run Challenge Game test
5855
run: go test -timeout 30m -p 1 -count 1 -run 'TestChallengeGame' -v ./espresso/devnet-tests/...
5956

60-
6157
- name: Run Withdraw test
6258
run: go test -timeout 30m -p 1 -count 1 -run 'TestWithdrawal' -v ./espresso/devnet-tests/...
6359

.github/workflows/espresso-enclave.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Run enclave tests on EC2 instance
22

33
on:
44
pull_request:
5-
branches:
6-
- "celo-integration*"
75
push:
86
branches:
97
- "celo-integration*"
@@ -19,7 +17,6 @@ jobs:
1917
timeout-minutes: 40
2018

2119
steps:
22-
2320
- name: Checkout repository
2421
uses: actions/checkout@v4
2522

.github/workflows/espresso-integration.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Run Espresso integration tests
22
on:
33
pull_request:
4-
branches:
5-
- "celo-integration*"
64
push:
75
branches:
8-
- "master"
96
- "celo-integration*"
107
workflow_dispatch:
118

0 commit comments

Comments
 (0)