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 f72b361 commit 9ef9c61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: start neo4j
id: start_neo4j
run: docker run
-d --rm --name neo4j
-d --name neo4j
-v ${{ github.workspace }}/neo4j/logs:/logs
-p 7474:7474 -p 7687:7687
-e NEO4J_AUTH=neo4j/pass
Expand Down Expand Up @@ -121,6 +121,7 @@ jobs:
run: |
docker stop neo4j
docker logs neo4j > neo4j/neo4j_docker.log 2>&1
docker rm neo4j
- name: upload artifacts (neo4j logs)
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9ef9c61

Please sign in to comment.