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
|
# copy artifacts
|
||||||
cd chromium/src
|
cd chromium/src
|
||||||
mkdir -p out/bromite
|
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
|
# reset proxy env
|
||||||
HTTP_PROXY=
|
#HTTP_PROXY=
|
||||||
HTTPS_PROXY=
|
#HTTPS_PROXY=
|
||||||
http_proxy=
|
#http_proxy=
|
||||||
https_proxy=
|
#https_proxy=
|
||||||
|
|
||||||
- name: Wait forever
|
- name: Wait forever
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user