Skip to content

Commit

Permalink
Fix workflow to upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
donRumata03 committed Apr 21, 2024
1 parent b723d98 commit f3d490c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
run: |
pytest --cov=golem test/unit
- name: Upload graph layout as an artifact
if: always()
uses: actions/upload-artifact@v2
with:
name: graph-layout
name: graph-layout-python-${{ matrix.python-version }}
path: 'test/unit/visualisation/graph_layout.png'
- name: Codecov-coverage
uses: codecov/codecov-action@v2

0 comments on commit f3d490c

Please sign in to comment.