Skip to content

Commit b7d4b53

Browse files
committed
add slim
1 parent bdfd474 commit b7d4b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
run: |
2828
curl -v localhost:5000/v2/
2929
30-
- name: Push somethingtry
30+
- name: Push something
3131
run: |
32-
swift run containertool --repository localhost:5000/vapor Package.swift
32+
swift run containertool --repository localhost:5000/vapor Package.swift --from swift:slim
3333
3434
- name: Run the example
3535
run: |

0 commit comments

Comments
 (0)