Skip to content

Commit 07dc267

Browse files
committed
fix script path
1 parent c25c9d3 commit 07dc267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Test the archive plugin
111111
run: |
112112
which curl || (apt -q update && apt -yq install curl)
113-
curl -s https://raw.githubusercontent.com/swift-sever/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-archive-plugin.sh | bash
113+
curl -s https://raw.githubusercontent.com/swift-server/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-archive-plugin.sh | bash
114114
115115
check-foundation:
116116
name: No dependencies on Foundation

0 commit comments

Comments
 (0)