Skip to content

Commit

Permalink
ci/cd execute: add build graph step
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jan 29, 2024
1 parent 1845999 commit df521c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/execute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ jobs:
- name: use mobility.api.opendatahub.testingmachine.eu for testing
run: sed -i 's/mobility.api.opendatahub.com/mobility.api.opendatahub.testingmachine.eu/' */config.yml

- name: Build graph
run: sh build-graph.sh

- name: Build and push
uses: noi-techpark/github-actions/docker-build-and-push@v2
with:
Expand Down Expand Up @@ -224,6 +227,9 @@ jobs:
X_MATOMO_BASE_URL: "https://digital.matomo.cloud/"
X_MATOMO_SITE_ID: 20

- name: Build graph
run: sh build-graph.sh

- name: Build and push
uses: noi-techpark/github-actions/docker-build-and-push@v2
with:
Expand Down

0 comments on commit df521c4

Please sign in to comment.