We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd4e73 commit 37da1b8Copy full SHA for 37da1b8
.github/workflows/integration_tests.yml
@@ -92,7 +92,7 @@ jobs:
92
COMMAND: ${{ inputs.matrix_linux_command }}
93
EXAMPLE: ${{ matrix.examples }}
94
run: |
95
- which curl || (apt -q update && apt -yq install curl)
+ # curl is already installed on Amazon Linux 2
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
0 commit comments