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 2b34498 commit ef25b16Copy full SHA for ef25b16
.github/workflows/test_docker.yml
@@ -43,6 +43,7 @@ jobs:
43
44
- name: Test ClassLoader
45
run: |
46
+ docker exec "${CONTAINER_ID}" chmod +x /root/playwright/tools/test-spring-boot-starter/package_and_run_async_test.sh
47
docker exec "${CONTAINER_ID}" /root/playwright/tools/test-spring-boot-starter/package_and_run_async_test.sh
48
49
- name: Stop container
0 commit comments