Skip to content

Commit

Permalink
Merge branch 'main' into neo4j-starter-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
johnymontana authored Dec 23, 2024
2 parents 27a6256 + b2fe90e commit c63914f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Search for go.mod and package.json files
- name: Search for modus.json files
id: get-dirs
run:
echo "dirs=$(find . \( -name 'go.mod' -o -name 'package.json' \) -exec dirname {} \; | sed
's|^\./||' | jq -Rsc 'split("\n")[:-1]')" >> ${GITHUB_OUTPUT}
run: |
echo "dirs=$(find . -name 'modus.json' -exec dirname {} \; | sed 's|^\./||' | jq -Rsc 'split("\n")[:-1]')" >> ${GITHUB_OUTPUT}
build:
needs: get-dirs
Expand Down

0 comments on commit c63914f

Please sign in to comment.