Skip to content

Commit

Permalink
Run 2 providers
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Oct 3, 2024
1 parent d7a91d4 commit 1091d73
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/debit_note_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
done
sleep 5
# *** Report analysis of entities ***
#### Report analysis of entities

- name: Requestor order items
run: |
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
cd reports
YAGNA_DATADIR=../golem/requestor/yagnadir node list_expenditures.js
# *** Prepare logs by removing binary images and pack all logs and db together ***
#### Prepare logs by removing binary images and pack all logs and db together

- name: Prepare logs
if: always()
Expand All @@ -228,7 +228,7 @@ jobs:
xz data_${{ matrix.id }}.tar
mv data_${{ matrix.id }}.tar.xz data_${{ matrix.id }}.tar.xz
# *** Upload logs ***
#### Upload logs

- name: Upload logs - Set current date
if: always()
Expand All @@ -241,7 +241,7 @@ jobs:
name: data_${{ matrix.id }}_${{env.CURRENT_DATE_FOR_UPLOAD}}.tar.xz
path: data_${{ matrix.id }}.tar.xz

# *** Upload used private key back to the server ***
#### Upload used private key back to the server

- name: Upload used private key back to the server
if: always()
Expand Down

0 comments on commit 1091d73

Please sign in to comment.