Skip to content

Commit

Permalink
ci: remove redundant sleep command
Browse files Browse the repository at this point in the history
Signed-off-by: Lenin Mehedy <[email protected]>
  • Loading branch information
leninmehedy committed Nov 16, 2023
1 parent 912115e commit ea3edda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/zxc-compile-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ jobs:
fsnetman cluster create
fsnetman cluster setup
fsnetman chart install
sleep 5
npm run test-e2e
# This step tests the Helm chart direct mode of operation which uses the ubi8-init-java17 image.
Expand Down
1 change: 0 additions & 1 deletion fullstack-network-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,5 @@ Select a command
fsnetman cluster create
fsnetman cluster setup
fsnetman chart install
sleep 5 # optional
npm run test-e2e
```

0 comments on commit ea3edda

Please sign in to comment.