Update .github/workflows/test.yml

This commit is contained in:
Hannes Heine 2023-02-10 13:56:55 +01:00 committed by GitHub
parent 7be46f5e68
commit 73c38d7ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,7 +358,7 @@ jobs:
# LINT BACKEND ###########################################################
##########################################################################
- name: backend | Lint
run: docker run --rm gradido/backend:test pwd && yarn run lint
run: docker run --rm gradido/backend:test yarn run lint
##############################################################################
# JOB: LOCALES BACKEND #######################################################