Update .gitea/workflows/server_tests.yaml
Fixing errors in the workflow
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
@@ -22,9 +22,11 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: './server'
|
working-directory: './server'
|
||||||
run: npm install
|
run: npm install
|
||||||
run: echo "Node has finished installing dependencies"
|
|
||||||
|
- run: echo "Node has finished installing dependencies"
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
working-directory: './server'
|
working-directory: './server'
|
||||||
run: npm test
|
run: npm test
|
||||||
run: echo "Completed the tests"
|
|
||||||
|
- run: echo "Completed the tests"
|
||||||
Reference in New Issue
Block a user