mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 05:50:01 -04:00
clone submodules in github actions
This commit is contained in:
parent
2d98b82ee3
commit
0b2db30c1a
2 changed files with 3 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: download repo
|
- name: download repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: 'true'
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -e
|
||||||
|
|
||||||
trap "exit" INT TERM
|
trap "exit" INT TERM
|
||||||
trap "kill 0" EXIT
|
trap "kill 0" EXIT
|
||||||
STATIC="$(pwd)" python3 ../server/wisp_server/main.py >/dev/null &
|
STATIC="$(pwd)" ../server/run.sh >/dev/null &
|
||||||
|
|
||||||
sleep 1
|
sleep 1
|
||||||
echo "Running tests"
|
echo "Running tests"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue