Fix XSD schemaLocation when UrlOverride is specified #1305
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: [push, pull_request, pull_request_review] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| container: | |
| image: docker://alpine | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: prepare deps | |
| run: apk add bash icu-libs krb5-libs libgcc libintl libssl3 libstdc++ zlib curl | |
| - uses: actions/setup-dotnet@v4 | |
| with: | |
| dotnet-version: | | |
| 3.1.426 | |
| 8.0.411 | |
| - name: build && test | |
| run: dotnet test src/SoapCore.Tests |