We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b190bc commit 57c2f9cCopy full SHA for 57c2f9c
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
docker run --rm --detach \
87
--name trino \
88
--net trino \
89
- --volume "$(pwd)/test-data/test-trino-config.properties:/etc/trino/config.properties" \
+ --volume "$(pwd)/test-data/trino/test-trino-config.properties:/etc/trino/config.properties" \
90
trinodb/trino:468
91
92
echo "Starting Grafana..."
test-data/test-trino-config.properties renamed to test-data/trino/test-trino-config.properties
0 commit comments