You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: docker run --rm --mount type=bind,src=$GITHUB_WORKSPACE,dst=/github_workspace -w /github_workspace swift:5.1 swift build -v
- name: Test Package
run: docker run --rm --mount type=bind,src=$GITHUB_WORKSPACE,dst=/github_workspace -w /github_workspace swift:5.1 swift test -v --enable-test-discovery --enable-code-coverage