Skip to content

Commit

Permalink
other(tests): include fixture.json in uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Oct 20, 2023
1 parent 5354d7d commit 35cde83
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: oasis-node-logs
path: ${{ env.OASIS_NODE_DATADIR }}/**/*.log
path: |
${{ env.OASIS_NODE_DATADIR }}/**/*.log
${{ env.OASIS_NODE_DATADIR }}/fixture.json
- name: Upload to codecov.io
uses: codecov/codecov-action@v3.1.4
Expand Down Expand Up @@ -161,7 +163,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: oasis-node-logs-c10l
path: ${{ env.OASIS_NODE_DATADIR }}/**/*.log
path: |
${{ env.OASIS_NODE_DATADIR }}/**/*.log
${{ env.OASIS_NODE_DATADIR }}/fixture.json
- name: Upload to codecov.io
uses: codecov/codecov-action@v3.1.4

0 comments on commit 35cde83

Please sign in to comment.