Skip to content

Commit

Permalink
Add DFU workunit query
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Vamos <[email protected]>
  • Loading branch information
AttilaVamos committed Apr 3, 2024
1 parent abf185d commit f10b423
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-ui-gh_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,9 @@ jobs:
working-directory: /home/runner/HPCCSystems-regression/log
shell: "bash"
run: |
curl localhost:8010/WsDfu/DFUQuery.json | python3 -m json.tool > files.json
curl localhost:8010/WsWorkunits/WUQuery.json?PageSize=25000 | python3 -m json.tool > workunits.json
curl localhost:8010/WsWorkunits/WUQuery.json | python3 -m json.tool > workunits.json
curl localhost:8010/WsDfu/DFUQuery.json?PageSize=250 | python3 -m json.tool > files.json
curl http://localhost:8010/FileSpray/GetDFUWorkunits.json | python3 -m json.tool > dfu-workunits.json
ls -l *.json
- name: Install UI Dependencies
Expand Down

0 comments on commit f10b423

Please sign in to comment.