fix: Fix test module workflow

This commit is contained in:
2022-10-06 14:20:55 +03:00
parent 4ac1acbb22
commit 8ba341dab2

View File

@@ -7,11 +7,6 @@ on:
description: "Using for choice specified module when test application."
required: true
type: string
secrets:
SECRET_GITHUB_TOKEN:
required: true
SECRET_GITHUB_USERNAME:
required: true
jobs:
api-test-module-workflow:
@@ -27,7 +22,4 @@ jobs:
run: chmod +x gradlew
- name: Test application with Gradle
run: ./gradlew test -p ${{ inputs.MODULE_NAME }}
env:
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
run: ./gradlew test -p ${{ inputs.MODULE_NAME }}