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 1dd09ad commit bf43b38Copy full SHA for bf43b38
1 file changed
.github/workflows/task_acceptance_tests.yaml
@@ -28,6 +28,9 @@ jobs:
28
with:
29
service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }}
30
31
+ - name: Add delay for network connection
32
+ run: sleep 30
33
+
34
- name: Checkout current PR code
35
uses: actions/checkout@v4
36
0 commit comments