Skip to content

Commit

Permalink
Update grid_client_nightly.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledyoussef24 committed Dec 3, 2024
1 parent 5bd5aee commit 17079c7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/grid_client_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ jobs:
- name: Run test vm with qsfs
id: vmqsfs
if: always()
continue-on-error: true
run: |
yarn run ts-node --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/vm_with_qsfs.ts
- name: Run test kubernetes with qsfs
id: k8sqsfs
if: always()
continue-on-error: true
run: |
yarn run ts-node --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/orchestrators/kubernetes_with_qsfs.ts
Expand Down Expand Up @@ -127,15 +129,15 @@ jobs:
title: ${{github.workflow}} failed during schedule on ${{ env.NETWORK }}
body: |
## Failure Report
> [!IMPORTANT]
> **Details on failed run**: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
- **Dynamic Single Vm**: ${{ steps.single_vm.outcome }}
- **Multiple Vm**: ${{ steps.multiple_vm.outcome }}
- **Kubernetes**: ${{ steps.k8s.outcome }}
- **Vmq QSFS**: ${{ steps.vmqsfs.outcome }}
- **Kubernetes QSFS**: ${{ steps.k8sqsfs.outcome }}
- **Vmq QSFS**: skipped
- **Kubernetes QSFS**: skipped
- **Kvstore**: ${{ steps.kvstore.outcome }}
- **Zdb**: ${{ steps.zdb.outcome }}
- **Delete all contracts**: ${{ steps.delete_all.outcome }}
Expand Down

0 comments on commit 17079c7

Please sign in to comment.