Skip to content

Commit 5439124

Browse files
committed
Update CI to run site for testing
1 parent b6f82cd commit 5439124

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ jobs:
2828

2929
test-openapi:
3030
runs-on: ubuntu-latest
31-
container: swift:6.0
3231
steps:
3332
- name: Check out
3433
uses: actions/checkout@v4
3534
- name: Run OpenAPI Tester
3635
working-directory: openapi/TestSwiftOrgClient
37-
run: swift run
36+
run: |
37+
docker build -t swift-org-site ../../.
38+
docker run -p 4000:4000 -d --name website swift-org-site
39+
swift run

0 commit comments

Comments
 (0)