Skip to content

Commit bdfd474

Browse files
committed
test the registry
1 parent c4e3ad1 commit bdfd474

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
run: |
2828
curl -v localhost:5000/v2/
2929
30+
- name: Push somethingtry
31+
run: |
32+
swift run containertool --repository localhost:5000/vapor Package.swift
33+
3034
- name: Run the example
3135
run: |
3236
docker run -d -p 8080:8080 localhost:5000/vapor

0 commit comments

Comments
 (0)