Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
01ba5ad2
Commit
01ba5ad2
authored
Mar 16, 2024
by
AUTOMATIC1111
Committed by
GitHub
Mar 16, 2024
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15272 from AUTOMATIC1111/bump-action-version
bump action version
parents
3e0146f9
a3a648bf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
.github/workflows/on_pull_request.yaml
.github/workflows/on_pull_request.yaml
+4
-4
.github/workflows/run_tests.yaml
.github/workflows/run_tests.yaml
+5
-5
No files found.
.github/workflows/on_pull_request.yaml
View file @
01ba5ad2
...
...
@@ -11,8 +11,8 @@ jobs:
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v
3
-
uses
:
actions/setup-python@v
4
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
5
with
:
python-version
:
3.11
# NB: there's no cache: pip here since we're not installing anything
...
...
@@ -29,9 +29,9 @@ jobs:
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Install Node.js
uses
:
actions/setup-node@v
3
uses
:
actions/setup-node@v
4
with
:
node-version
:
18
-
run
:
npm i --ci
...
...
.github/workflows/run_tests.yaml
View file @
01ba5ad2
...
...
@@ -11,9 +11,9 @@ jobs:
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Set up Python
3.10
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
python-version
:
3.10.6
cache
:
pip
...
...
@@ -22,7 +22,7 @@ jobs:
launch.py
-
name
:
Cache models
id
:
cache-models
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
path
:
models
key
:
"
2023-12-30"
...
...
@@ -68,13 +68,13 @@ jobs:
python -m coverage report -i
python -m coverage html -i
-
name
:
Upload main app output
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
if
:
always()
with
:
name
:
output
path
:
output.txt
-
name
:
Upload coverage HTML
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
if
:
always()
with
:
name
:
htmlcov
...
...
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