mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #3573 from ethereum/retryTests
Try external tests twice.
This commit is contained in:
commit
260eb7ab10
@ -83,7 +83,7 @@ jobs:
|
|||||||
name: External tests
|
name: External tests
|
||||||
command: |
|
command: |
|
||||||
. /usr/local/nvm/nvm.sh
|
. /usr/local/nvm/nvm.sh
|
||||||
test/externalTests.sh /tmp/workspace/soljson.js
|
test/externalTests.sh /tmp/workspace/soljson.js || test/externalTests.sh /tmp/workspace/soljson.js
|
||||||
build_x86:
|
build_x86:
|
||||||
docker:
|
docker:
|
||||||
- image: buildpack-deps:artful
|
- image: buildpack-deps:artful
|
||||||
|
Loading…
Reference in New Issue
Block a user