Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Fermín Galán Márquez <[email protected]>
  • Loading branch information
jason-fox and fgalan authored Dec 2, 2020
1 parent 51cd95e commit e365003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name: CI
branches:
- master
jobs:
# FIXME: hadolint won't work since the docker file has not been updated.
# lint-dockerfile:
# name: Lint Dockerfile
# runs-on: ubuntu-latest
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
- name: 'cygnus-ngsi-ld Unit Tests'
run: |
cd "${GITHUB_WORKSPACE}"/cygnus-ngsi-ld
mvn -q test
mvn -q test

0 comments on commit e365003

Please sign in to comment.