Skip to content

Commit 57c2f9c

Browse files
committed
Move config.properties under trino folder
1 parent 7b190bc commit 57c2f9c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
docker run --rm --detach \
8787
--name trino \
8888
--net trino \
89-
--volume "$(pwd)/test-data/test-trino-config.properties:/etc/trino/config.properties" \
89+
--volume "$(pwd)/test-data/trino/test-trino-config.properties:/etc/trino/config.properties" \
9090
trinodb/trino:468
9191
9292
echo "Starting Grafana..."

0 commit comments

Comments
 (0)