feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout repository manually
|
- name: Checkout repository manually
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ gitea.repository.clone_url }} .
|
git clone ${{ gitea.repository.clone_url }}
|
||||||
|
|
||||||
- name: List repo files
|
- name: List repo files
|
||||||
run: ls .
|
run: ls .
|
||||||
|
|||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
- name: Checkout repository manually
|
- name: Checkout repository manually
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ gitea.repository.clone_url }} .
|
git clone ${{ gitea.repository.clone_url }}
|
||||||
|
|
||||||
- name: List repo files
|
- name: List repo files
|
||||||
run: ls .
|
run: ls .
|
||||||
|
|||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
- name: Checkout repository manually
|
- name: Checkout repository manually
|
||||||
run: |
|
run: |
|
||||||
git clone ${{ gitea.repository.clone_url }} .
|
git clone ${{ gitea.repository.clone_url }}
|
||||||
|
|
||||||
|
|
||||||
#Set up Node.js for React tests
|
#Set up Node.js for React tests
|
||||||
|
|||||||
Reference in New Issue
Block a user