File tree 1 file changed +3
-6
lines changed 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 92
92
COMMAND : ${{ inputs.matrix_linux_command }}
93
93
EXAMPLE : ${{ matrix.examples }}
94
94
run : |
95
- # 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
95
+ .github/workflows/scripts/integration_tests.sh
97
96
echo "✅ The examples compile correctly"
98
97
99
98
test-archive-plugin :
@@ -110,8 +109,7 @@ jobs:
110
109
run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
111
110
- name : Test the archive plugin
112
111
run : |
113
- which curl || (apt -q update && apt -yq install curl)
114
- curl -s https://raw.githubusercontent.com/swift-server/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-archive-plugin.sh | bash
112
+ .github/workflows/scripts/check-archive-plugin.sh
115
113
116
114
check-foundation :
117
115
name : No dependencies on Foundation
@@ -127,5 +125,4 @@ jobs:
127
125
run : git config --global --add safe.directory ${GITHUB_WORKSPACE}
128
126
- name : Check for Foundation or ICU dependency
129
127
run : |
130
- which curl || (apt -q update && apt -yq install curl)
131
- curl -s https://raw.githubusercontent.com/swift-server/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-link-foundation.sh | bash
128
+ .github/workflows/scripts/check-link-foundation.sh
You can’t perform that action at this time.
0 commit comments