-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix test #1642
Merged
Merged
Fix test #1642
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c5442e2
back to postgis/postgis:15-3.3
sharkAndshark c18dcf3
wip
sharkAndshark 24001d2
wip
sharkAndshark 09cba89
Merge remote-tracking branch 'maplibre/main' into fix-ci
sharkAndshark fb9eb2a
fix docker command
sharkAndshark a4d331e
back to 14-3.3
sharkAndshark ea91aa4
back to 14-3.3 in justfile
sharkAndshark db8cd9e
bless
sharkAndshark 71ad12f
back to 14-3.3 in ci.yml
sharkAndshark c4cff97
remove pgport env
sharkAndshark 66a3d11
fix database settings
sharkAndshark 1751f8c
wip
sharkAndshark 0e6e4fd
wip
sharkAndshark 0c809e6
wip
sharkAndshark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tests/output/configured/pmt2_0_0_0.png: RIFF (little-endian) data, Web/P image, with alpha, 511+1x511+1 | ||
tests/output/configured/pmt2_0_0_0.png: RIFF (little-endian) data, Web/P image |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be on the same page on this and not loose why this code exists to time:
Why did you split it here? 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
services
we could set up various version of PostGIS/Postgres very easily, but only Linux runner support it..nyurik/action-setup-postgis@v2.2
. I'm working on for macosThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sometimes I doubt maybe test only on Ubuntu is enough...