Skip to content

Commit c0505bf

Browse files
feat: Updated README.md
1 parent bf51ecc commit c0505bf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ SELECT create_hypertable('conditions', 'time');
8888

8989
#### Inserting and querying data
9090

91+
### Troubleshooting and Fixing Test Failures
92+
93+
If the GitHub Actions workflow fails, follow these steps to troubleshoot and fix the issue:
94+
1. Check the error logs to understand the nature of the failure.
95+
2. Review the changes made in the code and the related GitHub Actions.
96+
3. Check for any recent dependency updates that could have caused the failure.
97+
4. If the issue is related to the PostgreSQL setup, ensure that the configuration and environment variables are correct.
98+
5. Make sure that the correct dependencies are being installed and used during the workflow.
99+
6. If the failure persists, consult with the development team to review and address the issue.
100+
91101
Inserting data into the hypertable is done via normal SQL commands:
92102

93103
```sql

0 commit comments

Comments
 (0)