Skip to content

Commit

Permalink
Update neo4j-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benstear authored Nov 15, 2023
1 parent cb006d3 commit 268a3d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/neo4j-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
with:
tag: '3.4' # optional neo4j version
- name: look
run: pwd; ls
run: cd .; ls
- name: look2
run: neo4j
#- uses: actions/checkout@v3
#- name: Set up Python 3
# uses: actions/setup-python@v3
Expand Down

0 comments on commit 268a3d2

Please sign in to comment.