Skip to content

configs to yaml #100 #266

configs to yaml #100

configs to yaml #100 #266

Workflow file for this run

name: Oasis-ci-test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 17
- name: Start Redis
uses: supercharge/[email protected]
with:
redis-version: 5
- name: Build with Maven
run: mvn -B package --file pom.xml -DskipTests
- name: Running Tests
env:
OASIS_RELAX_TIME: 500
run: mvn test
- name: Upload coverage
uses: codecov/codecov-action@v3