Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

Commit

Permalink
Trigger integration tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Roman committed Nov 29, 2019
1 parent b6a9364 commit 35de673
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -46,6 +46,15 @@ jobs:
sbt docker:publishLocal
echo ${{ secrets.DOCKER_PASS }} | docker login --username ${{ secrets.DOCKER_USER }} --password-stdin
docker push bluebrain/nexus-iam:latest
- name: TriggerIntegrationTests
run: |
echo ${{ secrets.JOB_MANIFEST }} | sed -e 's/{VERSION}/latest/g' -e 's/{SERVICE}/iam/g' | curl -s \
-XPOST \
-H"Authorization: Bearer ${{ secrets.JOB_TOKEN }}" \
-H"Content-Type: application/yaml" \
-d @- \
-o /dev/null \
${{ secrets.JOB_ADDRESS }}
- name: RecordCoverage
run: sbt clean coverage test coverageReport coverageAggregate
- name: PublishCoverage
Expand Down

0 comments on commit 35de673

Please sign in to comment.