From e8386affb349c4232e046e9560e21c55ef0300e0 Mon Sep 17 00:00:00 2001 From: Anton Romanov Date: Sun, 16 Feb 2025 16:53:01 +0400 Subject: [PATCH] Fix ci --- .gitea/workflows/test.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6fc883b..40cc006 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -7,16 +7,8 @@ jobs: runs-on: ubuntu-latest container: image: exoplatform/jdk:openjdk-21-ubuntu-2204 - env: - NODE_ENV: development - ports: - - 80 - volumes: - - workspace:/workspace - options: --cpus 1 steps: - uses: actions/checkout@v4 - - run: | - ls -la - chmod +x ./gradlew - ./gradlew test \ No newline at end of file + - run: ls -la + - run: chmod +x ./gradlew + - run: ./gradlew test \ No newline at end of file