Add back CI tests #1

Open
opened 2023-10-04 22:13:08 +00:00 by telackey · 0 comments
Member

https://github.com/cerc-io/ipld-eth-db/issues/121

We used to have github action triggers for running jobs to

  1. Check that all the UP migrations run successfully
  2. Check that the final schema after running all migrations matches the updated schema.sql commited in the PR
  3. Check that running UP and then DOWN all the migrations goes without error

They were commented out at some point: https://github.com/cerc-io/ipld-eth-db/blob/v4/.github/workflows/on-pr.yaml#L21
Because of the timescaleDB-related migrations breaking things in CI.

We should circle back and fix this at some point.

https://github.com/cerc-io/ipld-eth-db/issues/121 We used to have github action triggers for running jobs to 1. Check that all the UP migrations run successfully 2. Check that the final schema after running all migrations matches the updated schema.sql commited in the PR 3. Check that running UP and then DOWN all the migrations goes without error They were commented out at some point: https://github.com/cerc-io/ipld-eth-db/blob/v4/.github/workflows/on-pr.yaml#L21 Because of the timescaleDB-related migrations breaking things in CI. We should circle back and fix this at some point.
telackey added the
Copied from Github
label 2023-10-04 22:23:46 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/ipld-eth-db#1
No description provided.