Skip to content

Commit 80d3289

Browse files
committed
system info
1 parent fceea7b commit 80d3289

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ jobs:
2727
run: |
2828
curl -v localhost:5000/v2/
2929
30+
- name: System info
31+
run: |
32+
uname -a
33+
swift --version
34+
3035
- name: Push something
3136
run: |
3237
swift run containertool --repository localhost:5000/vapor Package.swift --from swift:slim
@@ -49,7 +54,6 @@ jobs:
4954
5055
- name: Run the example
5156
run: |
52-
uname -a
5357
docker run --platform linux/amd64 -p 8080:8080 localhost:5000/hummingbird
5458
5559
- name: Check that the service is running

0 commit comments

Comments
 (0)