-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Crash when data contains a single backslash (#233)
* fix: Crash when data contains a single backslash * refactor: Add remove orphans flag * don't stress out our poor http endpoint :'( --------- Co-authored-by: Ghlen Nagels <[email protected]>
- Loading branch information
1 parent
772ee90
commit c91a479
Showing
5 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- uses: hoverkraft-tech/[email protected] | ||
with: | ||
compose-file: './docker-compose-neo4j-4.yml' | ||
up-flags: '--build' | ||
up-flags: '--build --remove-orphans' | ||
- name: Test | ||
run: | | ||
docker compose run client composer install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- uses: hoverkraft-tech/[email protected] | ||
with: | ||
compose-file: './docker-compose.yml' | ||
up-flags: '--build' | ||
up-flags: '--build --remove-orphans' | ||
- name: Test | ||
run: | | ||
docker compose run client composer install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- uses: hoverkraft-tech/[email protected] | ||
with: | ||
compose-file: './docker-compose-neo4j-4.yml' | ||
up-flags: '--build' | ||
up-flags: '--build --remove-orphans' | ||
- name: Composer install | ||
run: | | ||
docker compose run client composer install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters