Skip to content

Commit be1bcce

Browse files
committed
--entrypoint
1 parent f78e86d commit be1bcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
image: apache/spark:4.0.0-preview2
6363
ports:
6464
- 15002:15002
65-
options: /opt/spark/sbin/start-connect-server.sh
65+
options: --entrypoint /opt/spark/sbin/start-connect-server.sh
6666
steps:
6767
- uses: actions/checkout@v4
6868
- uses: swift-actions/[email protected]

0 commit comments

Comments
 (0)