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

Follow-up cleanup of GitHub Actions migration #116

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rnro
Copy link

@rnro rnro commented Nov 19, 2024

Follow-up cleanup of GitHub Actions migration.

Motivation:

Make use of more common GitHub Actions migration workflows and repository style changes.

Modifications:

  • Unit tests workflows run redis in a separate services container to speed up unit tests
  • Introduce main.yml which runs workflows on each commit to main and periodically to catch any regressions in merges or from upstream.
  • Remove the docker files which are no longer used and contained outdated pipelines.
  • Add Cxx interoperability checks

Result:

More in common with other GitHub Actions adoptions.

Make use of more common GitHub Actions migration workflows and repository style changes.

Modifications:

* Unit tests workflows run redis in a separate services container to speed up unit tests
* Introduce `main.yml` which runs workflows on each commit to main and periodically to catch any regressions in merges or from upstream.
* Remove the docker files which are no longer used and contained outdated pipelines.
* Add Cxx interoperability checks

Result:

More in common with other GitHub Actions adoptions.
@rnro rnro added the semver/none No version bump required. label Nov 19, 2024

jobs:
unit-tests:
name: Unit tests
Copy link

@FranzBusch FranzBusch Nov 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
name: Unit tests
name: Linux (${{ matrix.swift.swift_version }})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants