Skip to content

IntelliJ IDEA: update path for idea.vmoptions #82

IntelliJ IDEA: update path for idea.vmoptions

IntelliJ IDEA: update path for idea.vmoptions #82

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout git repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Run linter
run: make lint-docker
- name: Run tests
run: make test-docker