Skip to content

Patch exporter for array values(#53) #125

Patch exporter for array values(#53)

Patch exporter for array values(#53) #125

name: EUM Server Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
paths-ignore:
- 'README.md'
workflow_call:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
container: openjdk:17-jdk-slim
steps:
- uses: actions/checkout@v3
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: test
run: ./gradlew test