Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
b619997e
Commit
b619997e
authored
Apr 29, 2024
by
quyuan
Browse files
add cli test
parent
83b96f2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
.github/workflows/cli.yml
.github/workflows/cli.yml
+3
-0
No files found.
.github/workflows/cli.yml
View file @
b619997e
...
@@ -32,6 +32,9 @@ jobs:
...
@@ -32,6 +32,9 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
fetch-depth
:
2
fetch-depth
:
2
retry
:
max-retries
:
3
always
:
false
-
name
:
check-requirements
-
name
:
check-requirements
run
:
|
run
:
|
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
...
...
Write
Preview
Markdown
is supported
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