Skip to content

Commit

Permalink
Unify artifacts and upload protocol-parameters as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio authored and locallycompact committed Sep 5, 2024
1 parent 592d418 commit ded30c0
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/network-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,9 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: "docker-logs-netem-loss=${{ matrix.netem_loss }},scaling_factor=${{ matrix.scaling_factor }},peers=${{ matrix.peers }}"
path: demo/docker-logs
if-no-files-found: ignore

- name: 💾 Upload build & test artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: "benchmarks-netem-loss=${{ matrix.netem_loss }},scaling_factor=${{ matrix.scaling_factor }},peers=${{ matrix.peers }}"
path: benchmarks
name: "artifacts-netem-loss=${{ matrix.netem_loss }},scaling_factor=${{ matrix.scaling_factor }},peers=${{ matrix.peers }}"
path: |
demo/docker-logs
benchmarks
demo/devnet/protocol-parameters.json
if-no-files-found: ignore

0 comments on commit ded30c0

Please sign in to comment.