Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 592 for test (0.07 sec)

  1. 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/how-tos/writing-workflows/building-and-testing/building-and-testing-po... Similar Results (2)
    Registered: Fri Jul 25 01:59:30 UTC 2025
    - 321.2K bytes
    - Viewed (0)
  2. Building and testing .NET - GitHub Docs

    --no-restore - name: Test with the dotnet CLI run: dotnet test --no-build...restore - name: Test with dotnet run: dotnet test --no-restore --logger...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-net Similar Results (1)
    Registered: Wed Jun 25 01:52:15 UTC 2025
    - 276.6K bytes
    - Viewed (0)
  3. Building and testing .NET - GitHub Docs

    --no-restore - name: Test with the dotnet CLI run: dotnet test --no-build...restore - name: Test with dotnet run: dotnet test --no-restore --logger...
    docs.github.com/en/actions/how-tos/writing-workflows/building-and-testing/building-and-testing-net Similar Results (1)
    Registered: Fri Jul 25 01:55:57 UTC 2025
    - 320K bytes
    - Viewed (0)
  4. 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 Similar Results (1)
    Registered: Wed Jun 25 01:56:51 UTC 2025
    - 225K bytes
    - Viewed (0)
  5. 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/how-tos/writing-workflows/building-and-testing
    Registered: Fri Jul 25 02:17:54 UTC 2025
    - 267.6K bytes
    - Viewed (0)
  6. 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/how-tos/writing-workflows/building-and-testing/building-and-testing-swift Similar Results (3)
    Registered: Fri Jul 25 01:56:14 UTC 2025
    - 301.1K bytes
    - Viewed (0)
  7. 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 Similar Results (1)
    Registered: Wed Jun 25 01:52:21 UTC 2025
    - 290.5K bytes
    - Viewed (0)
  8. 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 Similar Results (1)
    Registered: Wed Jun 25 01:52:35 UTC 2025
    - 282.9K bytes
    - Viewed (0)
  9. 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/how-tos/writing-workflows/building-and-testing/building-and-testing-go Similar Results (1)
    Registered: Fri Jul 25 01:54:03 UTC 2025
    - 326.2K bytes
    - Viewed (0)
  10. Building and testing Rust - GitHub Docs

    main content Building and testing Rust You can create a continuous...integration (CI) workflow to build and test your Rust project. In this article...
    docs.github.com/en/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust Similar Results (1)
    Registered: Wed Jun 25 01:53:13 UTC 2025
    - 277.7K bytes
    - Viewed (0)
Back to top