Skip to content
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

CI: Fix, improve, and modernize csharp-npgsql project #14

Merged
merged 5 commits into from Jan 25, 2023

Conversation

amotl
Copy link
Member

@amotl amotl commented Jan 25, 2023

This is all related to the csharp-npgsql project within this repository.

Fix

  • The GHA recipe has not been updated when refactoring the directory layout the other day.

Improve

  • Add path filter. In this manner, corresponding CI jobs will only be started on changes within the relevant directories. It does not make sense to run jobs for a specific area every time changes are made in a completely different area.

Modernize

  • Use CrateDB 4.8.3, 4.8.4, and nightly
  • Use most recent versions of GHA recipes

In this manner, corresponding CI jobs will only be started on changes
within the relevant directories.
@amotl amotl force-pushed the amo/ci-add-path-filter branch 2 times, most recently from 2eb09f0 to eb7175d Compare January 25, 2023 19:04
The GHA recipe has not been updated when refactoring the directory
layout the other day.
Also to trigger the job on CI.
- Use CrateDB 4.8.3, 4.8.4, and nightly
- Use most recent version of GHA recipes
Put the CrateDB version first, Npgsql version afterwards.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant