fix: Fix test module workflow
This commit is contained in:
10
.github/workflows/api-test-module-workflow.yml
vendored
10
.github/workflows/api-test-module-workflow.yml
vendored
@@ -7,11 +7,6 @@ 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:
|
||||||
@@ -27,7 +22,4 @@ jobs:
|
|||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
- 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