Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
47e6e254
Commit
47e6e254
authored
May 19, 2021
by
linlinjava
Browse files
chore
parent
9f428153
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
.github/workflows/main.yml
View file @
47e6e254
...
...
@@ -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
:
...
...
@@ -30,7 +30,7 @@ jobs:
# Building and testing Node.js
# https://docs.github.com/en/actions/guides/building-and-testing-nodejs
Node-A
dmin
:
Litemall-a
dmin
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
...
...
@@ -48,7 +48,7 @@ jobs:
-
run
:
npm --prefix litemall-admin install
-
run
:
npm --prefix litemall-admin run test
Node-V
ue
:
Litemall-v
ue
:
runs-on
:
ubuntu-latest
strategy
:
matrix
:
...
...
litemall-vue/package-lock.json
deleted
100644 → 0
View file @
9f428153
This diff is collapsed.
Click to expand it.
pom.xml
View file @
47e6e254
...
...
@@ -170,7 +170,7 @@
<dependency>
<groupId>
com.google.guava
</groupId>
<artifactId>
guava
</artifactId>
<version>
29
.0-jre
</version>
<version>
30
.0-jre
</version>
</dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment