Skip to content

Commit

Permalink
fix(cli): check if node is ACTIVE after it is started (#616)
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy authored Dec 11, 2023
1 parent af42af8 commit 2dc488f
Show file tree
Hide file tree
Showing 14 changed files with 1,555 additions and 66 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zxc-fsnetman-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,9 @@ jobs:
fsnetman cluster setup
fsnetman chart install
npm run test-e2e
- name: Output logs
id: nodejs-test-e2e-logs
working-directory: fullstack-network-manager
if: ${{ steps.check-changed-files.outputs.run-tests && !cancelled() }}
run: |
cat ~/.fsnetman/logs/fst.log
Loading

0 comments on commit 2dc488f

Please sign in to comment.