Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 344 for test (0.18 sec)

  1. Building and testing Python - GitHub Docs

    locally to build and test your code. Testing with pytest and pytest-cov...pytest tests.py --doctest-modules --junitxml=junit/test-results.xml...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-python
    Registered: Fri Nov 15 01:51:39 UTC 2024
    - 385.6K bytes
    - Viewed (0)
  2. Building and testing - GitHub Docs

    Building and testing You can automatically build and test your projects...build and test your Go project. Building and testing Java with...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing
    Registered: Fri Nov 15 01:56:18 UTC 2024
    - 255.3K bytes
    - Viewed (0)
  3. Building and testing .NET - GitHub Docs

    build - name: Test with the dotnet CLI run: dotnet test Packaging...restore - name: Test with dotnet run: dotnet test --logger trx --results-directory...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-net
    Registered: Fri Nov 15 01:48:35 UTC 2024
    - 307.7K bytes
    - Viewed (0)
  4. Building and testing Go - GitHub Docs

    - name: Test with the Go CLI run: go test Packaging workflow...go get . - name: Test with Go run: go test -json > TestResults-${{...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-go
    Registered: Fri Nov 15 01:49:38 UTC 2024
    - 314.4K bytes
    - Viewed (0)
  5. Building and testing Ruby - GitHub Docs

    builds and tests a Ruby application. If your CI tests pass, you...Matrix testing your code The following example matrix tests all...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-ruby
    Registered: Fri Nov 15 01:50:17 UTC 2024
    - 322K bytes
    - Viewed (0)
  6. Building and testing PowerShell - GitHub Docs

    name: Test PowerShell on Ubuntu on: push jobs: pester-test: name:...Pester test from the command-line shell: pwsh run: Test-Path resultsfile.log...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-power...
    Registered: Fri Nov 15 01:48:39 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  7. Building and testing Xamarin applications - Git...

    main content Building and testing Xamarin applications You can...GitHub Actions to build and test your Xamarin application. In...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-xamar...
    Registered: Fri Nov 15 01:51:57 UTC 2024
    - 276.2K bytes
    - Viewed (0)
  8. Building and testing Swift - GitHub Docs

    swift build - name: Run tests run: swift test Using a single specific...swift build - name: Run tests run: swift test...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-swift
    Registered: Fri Nov 15 01:51:44 UTC 2024
    - 288.9K bytes
    - Viewed (0)
  9. Building and testing Java with Maven - GitHub Docs

    main content Building and testing Java with Maven You can create...GitHub Actions to build and test your Java project with Maven....
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-java-...
    Registered: Fri Nov 15 01:49:00 UTC 2024
    - 296.9K bytes
    - Viewed (0)
  10. Building and testing Java with Gradle - GitHub ...

    main content Building and testing Java with Gradle You can create...GitHub Actions to build and test your Java project with Gradle....
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-java-...
    Registered: Fri Nov 15 01:49:43 UTC 2024
    - 296K bytes
    - Viewed (0)
Back to top