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."
|
||||
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 }}
|
||||
Reference in New Issue
Block a user