Skip to content

Commit ef25b16

Browse files
committed
fix: add execute permission for async test script in docker workflow
1 parent 2b34498 commit ef25b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test_docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
4444
- name: Test ClassLoader
4545
run: |
46+
docker exec "${CONTAINER_ID}" chmod +x /root/playwright/tools/test-spring-boot-starter/package_and_run_async_test.sh
4647
docker exec "${CONTAINER_ID}" /root/playwright/tools/test-spring-boot-starter/package_and_run_async_test.sh
4748
4849
- name: Stop container

0 commit comments

Comments
 (0)