Skip to content

chore(ci, memory-infra): update production configuration #169

chore(ci, memory-infra): update production configuration

chore(ci, memory-infra): update production configuration #169

Workflow file for this run

name: Run Tests
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Run memory-api tests
run: ./gradlew :memory-api:test