mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-12 05:50:01 -04:00
add option to capture stdout
This commit is contained in:
parent
bb9d9239c0
commit
3c517bbaf5
11 changed files with 64 additions and 20 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -19,6 +19,10 @@ jobs:
|
|||
- name: run build
|
||||
working-directory: ./client
|
||||
run: ./build.sh all
|
||||
|
||||
- name: run tests
|
||||
working-directory: ./client
|
||||
run: ./tests/run.sh || true
|
||||
|
||||
- name: upload img
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue