mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-21 03:15:16 +00:00
do the right thing
This commit is contained in:
parent
00fa08b7cf
commit
0aab633db9
@ -78,7 +78,7 @@ jobs:
|
||||
# if the working directory is not readable.
|
||||
working_directory: "/tmp"
|
||||
command: |
|
||||
/tmp/project/.circleci/setup-virtualenv.sh
|
||||
/tmp/project/.circleci/run-tests.sh
|
||||
|
||||
- store_artifacts: &STORE_TEST_LOG
|
||||
# Despite passing --workdir /tmp to tox above, it still runs trial
|
||||
@ -234,7 +234,7 @@ jobs:
|
||||
- run:
|
||||
<<: *RUN_TESTS
|
||||
command: |
|
||||
sudo /tmp/project/.circleci/setup-virtualenv.sh
|
||||
sudo /tmp/project/.circleci/run-tests.sh
|
||||
|
||||
- store_artifacts: *STORE_TEST_LOG
|
||||
- store_artifacts: *STORE_OTHER_ARTIFACTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user