Skip to content

feat(docker): switch Postgres service to custom-built image and updat… #9

feat(docker): switch Postgres service to custom-built image and updat…

feat(docker): switch Postgres service to custom-built image and updat… #9

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