more syntax

This commit is contained in:
Ulf Gebhardt 2021-01-30 04:58:48 +01:00
parent 78021a0eae
commit f5005a9637
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -127,6 +127,9 @@ jobs:
name: After Build name: After Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build_test_neo4j, build_test_backend, build_test_webapp] needs: [build_test_neo4j, build_test_backend, build_test_webapp]
steps:
- name: Do nothing
run: echo "I do nothing"
############################################################################## ##############################################################################
# JOB: LINT BACKEND ########################################################## # JOB: LINT BACKEND ##########################################################