File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,16 @@ SELECT create_hypertable('conditions', 'time');
88
88
89
89
#### Inserting and querying data
90
90
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
+
91
101
Inserting data into the hypertable is done via normal SQL commands:
92
102
93
103
``` sql
You can’t perform that action at this time.
0 commit comments