debugging
This commit is contained in:
parent
3048dc5007
commit
a74095eaea
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,9 @@ jobs:
|
||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
uses: https://code.forgejo.org/actions/checkout@v3
|
||||||
- name: Switch to correct directory
|
- name: Switch to correct directory
|
||||||
run: cd backend
|
run: |
|
||||||
|
cd backend
|
||||||
|
ls
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
|
|
Loading…
Reference in a new issue