Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 1 - 10 of 337 for test (0.04 sec)

  1. Using concurrency, expressions, and a test matr...

    json run: npm test -- tests/${{ matrix.test-group }}/ This step...step runs the tests using npm test , and the test matrix provides...
    docs.github.com/en/actions/examples/using-concurrency-expressions-and-a-test-matrix
    Registered: Fri Apr 19 02:35:25 UTC 2024
    - 330.8K bytes
    - Viewed (0)
  2. Using scripts to test your code on a runner - G...

    main content Using scripts to test your code on a runner How to...against your code (such as testing tools). You must use the checkout...
    docs.github.com/en/actions/examples/using-scripts-to-test-your-code-on-a-runner
    Registered: Fri Apr 19 02:36:01 UTC 2024
    - 308.2K bytes
    - Viewed (0)
  3. 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/automating-builds-and-tests/building-and-testing-go
    Registered: Fri Apr 19 02:37:53 UTC 2024
    - 290.1K bytes
    - Viewed (0)
  4. 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/automating-builds-and-tests/building-and-testing-powershell
    Registered: Fri Apr 19 02:38:44 UTC 2024
    - 282.7K bytes
    - Viewed (0)
  5. 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/automating-builds-and-tests/building-and-testing-python
    Registered: Fri Apr 19 02:38:48 UTC 2024
    - 354.1K 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/automating-builds-and-tests/building-and-testing-swift
    Registered: Fri Apr 19 02:38:51 UTC 2024
    - 264.4K 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/automating-builds-and-tests/building-and-testing-ruby
    Registered: Fri Apr 19 02:38:00 UTC 2024
    - 295.8K bytes
    - Viewed (0)
  8. 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/automating-builds-and-tests/building-and-testing-java-with-gradle
    Registered: Fri Apr 19 02:40:41 UTC 2024
    - 270.8K bytes
    - Viewed (0)
  9. 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/automating-builds-and-tests/building-and-testing-net
    Registered: Fri Apr 19 02:39:30 UTC 2024
    - 283.6K bytes
    - Viewed (0)
  10. Automating builds and tests - GitHub Docs

    builds and tests You can automatically build and test your projects...integration Building and testing Go Building and testing Java with Ant Building...
    docs.github.com/en/actions/automating-builds-and-tests
    Registered: Fri Apr 19 02:47:49 UTC 2024
    - 233K bytes
    - Viewed (0)
Back to top