Skip to content

Commit

Permalink
Provide correct property tests logs path (#1335)
Browse files Browse the repository at this point in the history
* Provide correct property tests logs path

* Stop cluster at each cycle

* Bring defer back

---------

Co-authored-by: Goran Rojovic <goran.rojovic@ethernal.tech>
  • Loading branch information
Stefan-Ethernal and goran-ethernal authored Mar 27, 2023
1 parent 562d542 commit 83ffef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/property-polybft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- main
- develop
- develop
workflow_call:

jobs:
Expand All @@ -27,6 +27,6 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: property-logs
path: property-logs-*/
name: e2e-logs
path: e2e-logs-*/
retention-days: 30

0 comments on commit 83ffef6

Please sign in to comment.