Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

feat(ci) Add CI github action #32

Merged
merged 1 commit into from
Mar 29, 2021
Merged

feat(ci) Add CI github action #32

merged 1 commit into from
Mar 29, 2021

Conversation

fpacifici
Copy link
Contributor

@fpacifici fpacifici commented Mar 27, 2021

This PR (and the next one) will move the CI pipeline for cdc from travis to github actions.
This one adds a new CI script as a github action leaving travis in place.

@fpacifici fpacifici force-pushed the feat/switch_to_gha branch from 5350116 to a314793 Compare March 29, 2021 04:44
@fpacifici fpacifici changed the title feat(ci) Switch from travis to GHA feat(ci) Add CI github action Mar 29, 2021
@fpacifici fpacifici requested a review from a team March 29, 2021 04:50
@fpacifici fpacifici marked this pull request as ready for review March 29, 2021 04:50
sudo service postgresql stop
- name: Docker set up
run: |
docker run -e POSTGRES_PASSWORD=password -d --net host --name postgres $(docker build -q .travis/postgres) -c wal_level=logical -c max_replication_slots=1 -c max_wal_senders=1
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is still referring to a file in the .travis directionry. It is not a dependency on travis. The file just happen to be there. The followup PR that removes the travis script will move that file as well.

@fpacifici fpacifici merged commit 3b040b7 into master Mar 29, 2021
fpacifici added a commit that referenced this pull request Mar 30, 2021
Built on top of #32 .
This now removes travis.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants