Skip to content

Commit

Permalink
squashme: debug integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Nov 15, 2021
1 parent afb82cc commit f8d7268
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ jobs:
run: |
helm dep update helm-chart/renku-notebooks
helm install renku-notebooks helm-chart/renku-notebooks -f test-values.yaml --wait --timeout 5m0s
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
- name: Helm Test
run: |
helm test renku-notebooks --timeout 60m0s --logs

0 comments on commit f8d7268

Please sign in to comment.