mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
correct job names
This commit is contained in:
parent
511007795d
commit
aaa932302c
4
.github/workflows/test-backend.yml
vendored
4
.github/workflows/test-backend.yml
vendored
@ -62,7 +62,7 @@ jobs:
|
|||||||
path: /tmp/backend.tar
|
path: /tmp/backend.tar
|
||||||
|
|
||||||
lint_backend:
|
lint_backend:
|
||||||
name: Lint backend
|
name: Lint Backend
|
||||||
if: needs.files-changed.outputs.backend == 'true'
|
if: needs.files-changed.outputs.backend == 'true'
|
||||||
needs: files-changed
|
needs: files-changed
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -74,7 +74,7 @@ jobs:
|
|||||||
run: cd backend && yarn && yarn run lint
|
run: cd backend && yarn && yarn run lint
|
||||||
|
|
||||||
unit_test_backend:
|
unit_test_backend:
|
||||||
name: Unit tests - backend
|
name: Unit tests - Backend
|
||||||
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.docker == 'true'
|
if: needs.files-changed.outputs.backend == 'true' || needs.files-changed.outputs.docker == 'true'
|
||||||
needs: [files-changed, build_test_neo4j, build_test_backend]
|
needs: [files-changed, build_test_neo4j, build_test_backend]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
4
.github/workflows/test-webapp.yml
vendored
4
.github/workflows/test-webapp.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
|||||||
path: /tmp/webapp.tar
|
path: /tmp/webapp.tar
|
||||||
|
|
||||||
lint_webapp:
|
lint_webapp:
|
||||||
name: Lint webapp
|
name: Lint Webapp
|
||||||
if: needs.files-changed.outputs.webapp
|
if: needs.files-changed.outputs.webapp
|
||||||
needs: files-changed
|
needs: files-changed
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
run: cd webapp && yarn && yarn run lint
|
run: cd webapp && yarn && yarn run lint
|
||||||
|
|
||||||
unit_test_webapp:
|
unit_test_webapp:
|
||||||
name: Unit tests - webapp
|
name: Unit Tests - Webapp
|
||||||
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.webapp
|
if: needs.files-changed.outputs.docker == 'true' || needs.files-changed.outputs.webapp
|
||||||
needs: [files-changed, build_test_webapp]
|
needs: [files-changed, build_test_webapp]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user