fix: Fix test module workflow
This commit is contained in:
@@ -7,6 +7,11 @@ on:
|
|||||||
description: "Using for choice specified module when test application."
|
description: "Using for choice specified module when test application."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
secrets:
|
||||||
|
SECRET_GITHUB_TOKEN:
|
||||||
|
required: true
|
||||||
|
SECRET_GITHUB_USERNAME:
|
||||||
|
required: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
api-test-module-workflow:
|
api-test-module-workflow:
|
||||||
@@ -23,3 +28,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Test application with Gradle
|
- name: Test application with Gradle
|
||||||
run: ./gradlew test -p ${{ inputs.MODULE_NAME }}
|
run: ./gradlew test -p ${{ inputs.MODULE_NAME }}
|
||||||
|
env:
|
||||||
|
GITHUB_USERNAME: ${{ secrets.SECRET_GITHUB_USERNAME }}
|
||||||
|
GITHUB_TOKEN: ${{ secrets.SECRET_GITHUB_TOKEN }}
|
||||||
Reference in New Issue
Block a user