Skip to content

Commit

Permalink
ci: upload test network artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: 0x009922 <[email protected]>
  • Loading branch information
0x009922 committed Oct 9, 2024
1 parent 47ff279 commit 3f9f9a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/iroha2-dev-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
IROHA_CLI_DIR: "/__w/${{ github.event.repository.name }}/${{ github.event.repository.name }}/test"
DOCKER_COMPOSE_PATH: defaults
WASM_SAMPLES_TARGET_DIR: wasm_samples/target/prebuilt
TEST_NETWORK_TMP_DIR: /tmp

jobs:
consistency:
Expand Down Expand Up @@ -127,6 +128,12 @@ jobs:
with:
name: report-coverage
path: lcov.info
- name: Upload test network artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: test_network_runs
path: ${{ env.TEST_NETWORK_TMP_DIR }}/irohad_test_network_*

# Run the job to check that the docker containers are properly buildable
pr-generator-build:
Expand Down

0 comments on commit 3f9f9a3

Please sign in to comment.