mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-07-28 21:51:41 +00:00
update workflow
This commit is contained in:
parent
e4b7474f24
commit
7519663f26
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -10,9 +10,6 @@ jobs:
|
||||
steps:
|
||||
- name: Clone client
|
||||
uses: actions/checkout@v2
|
||||
# with:
|
||||
# repository: swing-opensource/swingmusic-client
|
||||
# ref: refs/heads/master
|
||||
- name: Setup Node 16
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
@ -37,14 +34,12 @@ jobs:
|
||||
- name: Install Poetry
|
||||
run: |
|
||||
pip install poetry
|
||||
- name: Checkout server
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m poetry install
|
||||
- name: Build server
|
||||
run: |
|
||||
pwd
|
||||
pwa
|
||||
ls ./client
|
||||
ls ./assets
|
||||
python -m poetry run python manage.py --build
|
||||
|
Loading…
x
Reference in New Issue
Block a user