ci: fix directory for copyEnv task

This commit is contained in:
2025-04-11 00:52:56 +02:00
parent c9105cafae
commit 2e441bdbf6
2 changed files with 4 additions and 4 deletions

View File

@@ -33,13 +33,13 @@ jobs:
- name: Grant execute permission to Gradle wrapper
run: chmod +x gradlew
- name: Run KtLint
- name: Lint
run: ./gradlew ktlintCheck
- name: Start CI Docker Compose services
run: ./gradlew composeUp -Pci
- name: Run tests
- name: Test
run: ./gradlew test --no-daemon
- name: Upload test reports