Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jun 25, 2024
1 parent 5e0faca commit 2adefa7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ jobs:
env:
NEO4J_AUTH: none
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apt-get update && apt-get install -y $BASIC_PACKAGES
- uses: actions/checkout@v4
- run: misc/jenkins/ensuregit.sh
- uses: actions/download-artifact@v4
- run: chmod +x bin/*
Expand Down Expand Up @@ -196,9 +196,9 @@ jobs:
env:
NEO4J_AUTH: none
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: apt-get update && apt-get install -y $BASIC_PACKAGES
- uses: actions/checkout@v4
- run: misc/jenkins/ensuregit.sh
- uses: actions/download-artifact@v4
- run: chmod +x bin/*
Expand Down Expand Up @@ -301,8 +301,9 @@ jobs:
container: "ubuntu:24.04"
steps:
- run: env
- run: git branch -av || true
- run: apt-get update && apt-get install -y $BASIC_PACKAGES
- uses: actions/checkout@v4
- run: git branch -av || true
- run: misc/jenkins/ensuregit.sh
- run: git branch -av || true
- run: git log --oneline --graph --decorate origin/master..HEAD

0 comments on commit 2adefa7

Please sign in to comment.