MCP server POC for suseconnect #106
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: YaST integration tests | |
| on: [pull_request] | |
| jobs: | |
| yast: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Setup Go | |
| run: go mod vendor | |
| - name: Run test-yast | |
| run: make test-yast |