Update execute-tests.yaml
This commit is contained in:
parent
b1d8660386
commit
0baf066b90
11
.github/workflows/execute-tests.yaml
vendored
11
.github/workflows/execute-tests.yaml
vendored
@ -60,13 +60,14 @@ jobs:
|
||||
# copy artifacts
|
||||
cd chromium/src
|
||||
mkdir -p out/bromite
|
||||
cp -arp $ARTIFACS_DIR/out out/bromite
|
||||
cp -arp $ARTIFACS_DIR/out out/
|
||||
mv out/out out/bromite
|
||||
|
||||
# reset proxy env
|
||||
HTTP_PROXY=
|
||||
HTTPS_PROXY=
|
||||
http_proxy=
|
||||
https_proxy=
|
||||
#HTTP_PROXY=
|
||||
#HTTPS_PROXY=
|
||||
#http_proxy=
|
||||
#https_proxy=
|
||||
|
||||
- name: Wait forever
|
||||
shell: bash
|
||||
|
Loading…
Reference in New Issue
Block a user