fix : change build.gradle
This commit is contained in:
8
.github/workflows/autoTest.yml
vendored
8
.github/workflows/autoTest.yml
vendored
@@ -16,15 +16,13 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: '18'
|
||||
cache: gradle
|
||||
- name: check node version
|
||||
run: node -v
|
||||
|
||||
- name: check npm version
|
||||
run: npm -v
|
||||
|
||||
- name: vue cli install
|
||||
run: npm install -g @vue/cli
|
||||
|
||||
- name: vue cli install
|
||||
run: npm i @vue/cli-service
|
||||
|
||||
- name: Grant execute permission gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
|
||||
Reference in New Issue
Block a user