Skip to content

Test CI Times For https://github.com/swift-on-server/articles/pull/23 #5

Test CI Times For https://github.com/swift-on-server/articles/pull/23

Test CI Times For https://github.com/swift-on-server/articles/pull/23 #5

Workflow file for this run

name: mmbm-tests
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [main] }
jobs:
unit-tests:
runs-on: swift:6.0-noble
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run unit tests
run: swift test --enable-code-coverage
# Process the code coverage report, etc...