Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point end-to-end tests back to master #1469

Merged
merged 9 commits into from
Oct 25, 2019
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_transfers.sh checkout asaj/pos-2
./ci_test_transfers.sh checkout master

end-to-end-geth-exit-test:
<<: *e2e-defaults
Expand All @@ -522,7 +522,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_exit.sh checkout asaj/pos-2
./ci_test_exit.sh checkout master

end-to-end-geth-governance-test:
<<: *e2e-defaults
Expand All @@ -542,7 +542,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_governance.sh checkout asaj/pos-2
./ci_test_governance.sh checkout master

end-to-end-geth-sync-test:
<<: *e2e-defaults
Expand All @@ -561,7 +561,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_sync.sh checkout asaj/pos-2
./ci_test_sync.sh checkout master

end-to-end-geth-integration-sync-test:
<<: *e2e-defaults
Expand Down Expand Up @@ -596,7 +596,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_attestations.sh checkout asaj/pos-2
./ci_test_attestations.sh checkout master

web:
working_directory: ~/app
Expand Down