8000 Update docs. · castorini/anserini@760b7e5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
7C97

Add RAG 24 official NIST qrels + associated regressions #3325

Add RAG 24 official NIST qrels + associated regressions

Add RAG 24 official NIST qrels + associated regressions #3325

Workflow file for this run

name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
0