Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 1 - 10 of 339 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 May 03 02:38:26 UTC 2024
    - 331.6K 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 May 03 02:38:20 UTC 2024
    - 309K bytes
    - Viewed (0)
  3. 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 May 03 02:48:21 UTC 2024
    - 233.7K 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 May 03 02:39:14 UTC 2024
    - 283.5K 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 May 03 02:40:49 UTC 2024
    - 354.9K 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 May 03 02:41:36 UTC 2024
    - 265.2K 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 May 03 02:39:43 UTC 2024
    - 296.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/automating-builds-and-tests/building-and-testing-go
    Registered: Fri May 03 02:39:30 UTC 2024
    - 290.9K 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 May 03 02:40:42 UTC 2024
    - 284.4K bytes
    - Viewed (0)
  10. Building and testing Java with Ant - GitHub Docs

    main content Building and testing Java with Ant You can create...GitHub Actions to build and test your Java project with Ant....
    docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant
    Registered: Fri May 03 02:41:23 UTC 2024
    - 263.2K bytes
    - Viewed (0)
Back to top