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
a3a648bf
Commit
a3a648bf
authored
Mar 16, 2024
by
w-e-w
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump action version
parent
3e0146f9
Changes
2
Hide 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 @
a3a648bf
...
@@ -11,8 +11,8 @@ jobs:
...
@@ -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
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps
:
steps
:
-
name
:
Checkout Code
-
name
:
Checkout Code
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
uses
:
actions/setup-python@v
4
-
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
3.11
python-version
:
3.11
# NB: there's no cache: pip here since we're not installing anything
# NB: there's no cache: pip here since we're not installing anything
...
@@ -29,9 +29,9 @@ jobs:
...
@@ -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
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps
:
steps
:
-
name
:
Checkout Code
-
name
:
Checkout Code
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Install Node.js
-
name
:
Install Node.js
uses
:
actions/setup-node@v
3
uses
:
actions/setup-node@v
4
with
:
with
:
node-version
:
18
node-version
:
18
-
run
:
npm i --ci
-
run
:
npm i --ci
...
...
.github/workflows/run_tests.yaml
View file @
a3a648bf
...
@@ -11,9 +11,9 @@ jobs:
...
@@ -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
if
:
github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps
:
steps
:
-
name
:
Checkout Code
-
name
:
Checkout Code
uses
:
actions/checkout@v
3
uses
:
actions/checkout@v
4
-
name
:
Set up Python
3.10
-
name
:
Set up Python
3.10
uses
:
actions/setup-python@v
4
uses
:
actions/setup-python@v
5
with
:
with
:
python-version
:
3.10.6
python-version
:
3.10.6
cache
:
pip
cache
:
pip
...
@@ -22,7 +22,7 @@ jobs:
...
@@ -22,7 +22,7 @@ jobs:
launch.py
launch.py
-
name
:
Cache models
-
name
:
Cache models
id
:
cache-models
id
:
cache-models
uses
:
actions/cache@v
3
uses
:
actions/cache@v
4
with
:
with
:
path
:
models
path
:
models
key
:
"
2023-12-30"
key
:
"
2023-12-30"
...
@@ -68,13 +68,13 @@ jobs:
...
@@ -68,13 +68,13 @@ jobs:
python -m coverage report -i
python -m coverage report -i
python -m coverage html -i
python -m coverage html -i
-
name
:
Upload main app output
-
name
:
Upload main app output
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
if
:
always()
if
:
always()
with
:
with
:
name
:
output
name
:
output
path
:
output.txt
path
:
output.txt
-
name
:
Upload coverage HTML
-
name
:
Upload coverage HTML
uses
:
actions/upload-artifact@v
3
uses
:
actions/upload-artifact@v
4
if
:
always()
if
:
always()
with
:
with
:
name
:
htmlcov
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