Skip to content

fix: wait why 3.0.0 #63

fix: wait why 3.0.0

fix: wait why 3.0.0 #63

Workflow file for this run

name: Run End-to-End tests
on:
push
jobs:
e2e_test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'liberica'
cache: 'gradle'
- name: Run End-to-End tests
run: ./gradlew e2e:jvmTest