Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EULA (0.13 sec)

  1. .github/workflows/tests.yml

            platform: [ubuntu-latest] # can not run test in macOS and windows
        runs-on: ${{ matrix.platform }}
    
        services:
          mssql:
            image: mcmoe/mssqldocker:latest
            env:
              ACCEPT_EULA: Y
              SA_PASSWORD: LoremIpsum86
              MSSQL_DB: gorm
              MSSQL_USER: gorm
              MSSQL_PASSWORD: LoremIpsum86
            ports:
              - 9930:1433
            options: >-
    Others
    - Registered: Sun Apr 28 09:35:09 GMT 2024
    - Last Modified: Mon Jan 29 02:34:20 GMT 2024
    - 6.6K bytes
    - Viewed (0)
Back to top