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 394fc19 commit 1bd4e73Copy full SHA for 1bd4e73
.github/workflows/integration_tests.yml
@@ -92,7 +92,8 @@ jobs:
92
COMMAND: ${{ inputs.matrix_linux_command }}
93
EXAMPLE: ${{ matrix.examples }}
94
run: |
95
- ./scripts/integration_tests.sh
+ 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
97
echo "✅ The examples compile correctly"
98
99
test-archive-plugin:
0 commit comments