From b3f2a151fcea3fd36c54c954fe9f0df2ef4ced6e Mon Sep 17 00:00:00 2001 From: David Gamero Date: Fri, 13 Dec 2024 16:44:01 -0500 Subject: [PATCH] validate generated actions --- .github/workflows/integration-per-language.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-per-language.yml b/.github/workflows/integration-per-language.yml index 42512e39..82e194eb 100644 --- a/.github/workflows/integration-per-language.yml +++ b/.github/workflows/integration-per-language.yml @@ -145,6 +145,7 @@ jobs: echo "SERVICEIP: $SERVICEIP" echo 'Curling service IP' curl -m 3 $SERVICEIP:${{env.serviceport}} + sleep 5 kill $tunnelPID - run: | ./draft -v generate-workflow \ @@ -169,7 +170,7 @@ jobs: action-validator 0.1.2 - name: Lint Actions run: | - find .github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \ + find ./langtest/.github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \ | xargs -I {} action-validator --verbose {} - name: Execute dry run for update command run: |