update workflow

This commit is contained in:
mungai-njoroge 2023-10-12 23:14:57 +03:00
parent e4b7474f24
commit 7519663f26

View File

@ -10,9 +10,6 @@ jobs:
steps: steps:
- name: Clone client - name: Clone client
uses: actions/checkout@v2 uses: actions/checkout@v2
# with:
# repository: swing-opensource/swingmusic-client
# ref: refs/heads/master
- name: Setup Node 16 - name: Setup Node 16
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
@ -37,14 +34,12 @@ jobs:
- name: Install Poetry - name: Install Poetry
run: | run: |
pip install poetry pip install poetry
- name: Checkout server
uses: actions/checkout@v2
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m poetry install python -m poetry install
- name: Build server - name: Build server
run: | run: |
pwd pwa
ls ./client ls ./client
ls ./assets ls ./assets
python -m poetry run python manage.py --build python -m poetry run python manage.py --build