Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linlinjava committed May 19, 2021
1 parent 9f42815 commit 47e6e25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12,476 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
jobs:
# Building and testing Java with Maven
# https://docs.github.com/en/actions/guides/building-and-testing-java-with-maven
Java:
Litemall-all:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -30,7 +30,7 @@ jobs:

# Building and testing Node.js
# https://docs.github.com/en/actions/guides/building-and-testing-nodejs
Node-Admin:
Litemall-admin:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -48,7 +48,7 @@ jobs:
- run: npm --prefix litemall-admin install
- run: npm --prefix litemall-admin run test

Node-Vue:
Litemall-vue:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
Loading

0 comments on commit 47e6e25

Please sign in to comment.