Skip to content

Commit af5cdeb

Browse files
authored
chore: add data svc to deploy action (#3639)
1 parent 160620c commit af5cdeb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
renku-graph: ${{ steps.deploy-comment.outputs.renku-graph}}
2727
renku-notebooks: ${{ steps.deploy-comment.outputs.renku-notebooks}}
2828
renku-ui: ${{ steps.deploy-comment.outputs.renku-ui}}
29+
renku-data-services: ${{ steps.deploy-comment.outputs.renku-data-services}}
2930
test-enabled: ${{ steps.deploy-comment.outputs.test-enabled}}
3031
extra-values: ${{ steps.deploy-comment.outputs.extra-values}}
3132
persist: ${{ steps.deploy-comment.outputs.persist}}
@@ -66,6 +67,7 @@ jobs:
6667
renku_graph: "${{ needs.check-deploy.outputs.renku-graph }}"
6768
renku_notebooks: "${{ needs.check-deploy.outputs.renku-notebooks }}"
6869
renku_ui: "${{ needs.check-deploy.outputs.renku-ui }}"
70+
renku_data_services: "${{ needs.check-deploy.outputs.renku-data-services }}"
6971
extra_values: "${{ needs.check-deploy.outputs.extra-values }}"
7072
- name: Check existing renkubot comment
7173
uses: peter-evans/find-comment@v2

0 commit comments

Comments
 (0)