Skip to content

Delete qodana.yaml #191

Delete qodana.yaml

Delete qodana.yaml #191

Workflow file for this run

name: Run tests
on: [push]
jobs:
run_tests_job:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Run tests
working-directory: .github/workflows/run_tests
run: |
./run_tests.sh