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 bdfd474 commit b7d4b53Copy full SHA for b7d4b53
.github/workflows/pull_request.yml
@@ -27,9 +27,9 @@ jobs:
27
run: |
28
curl -v localhost:5000/v2/
29
30
- - name: Push somethingtry
+ - name: Push something
31
32
- swift run containertool --repository localhost:5000/vapor Package.swift
+ swift run containertool --repository localhost:5000/vapor Package.swift --from swift:slim
33
34
- name: Run the example
35
0 commit comments