Skip to content

Commit 1bd4e73

Browse files
committed
use integration tests from .github/script
1 parent 394fc19 commit 1bd4e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
COMMAND: ${{ inputs.matrix_linux_command }}
9393
EXAMPLE: ${{ matrix.examples }}
9494
run: |
95-
./scripts/integration_tests.sh
95+
which curl || (apt -q update && apt -yq install curl)
96+
curl -s https://raw.githubusercontent.com/swift-server/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/integration_tests.sh | bash
9697
echo "✅ The examples compile correctly"
9798
9899
test-archive-plugin:

0 commit comments

Comments
 (0)