Skip to content

Commit

Permalink
fixup! CI: store logs/artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdedude committed Jan 22, 2025
1 parent 7c50d7f commit f72b361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ jobs:
if: ${{ !cancelled() && steps.start_neo4j.conclusion == 'success' }}
run: |
docker stop neo4j
docker logs neo4j > neo4j/logs/neo4j_docker.log 2>&1
docker logs neo4j > neo4j/neo4j_docker.log 2>&1
- name: upload artifacts (neo4j logs)
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
name: neo4j-logs
path: neo4j/logs
path: neo4j

testkit:
name: TestKit
Expand Down

0 comments on commit f72b361

Please sign in to comment.