Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Agrawal (0.21 sec)

  1. docs/en/data/github_sponsors.yml

        url: https://github.com/mjohnsey
      - login: ashi-agrawal
        avatarUrl: https://avatars.githubusercontent.com/u/17105294?u=99c7a854035e5398d8e7b674f2d42baae6c957f8&v=4
        url: https://github.com/ashi-agrawal
      - login: sepsi77
        avatarUrl: https://avatars.githubusercontent.com/u/18682303?v=4
        url: https://github.com/sepsi77
    Others
    - Registered: Sun Apr 28 07:19:10 GMT 2024
    - Last Modified: Mon Apr 01 23:12:23 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  2. .github/workflows/build.yml

          - name: Test
            run: ./gradlew test
    
      testgraal:
        runs-on: ubuntu-latest
        # TODO add master build after fixing all tests in CI
        if: contains(github.event.pull_request.labels.*.name, 'graal')
    
        steps:
          - name: Checkout
            uses: actions/checkout@v4
            with:
              fetch-depth: 0
    
          - name: Configure JDK
            uses: actions/setup-java@v4
            with:
    Others
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 15 01:51:50 GMT 2024
    - 17.2K bytes
    - Viewed (0)
Back to top