diff --git a/.github/workflows/e2e-test.yaml b/.github/workflows/e2e-test.yaml index a952294..4035e20 100644 --- a/.github/workflows/e2e-test.yaml +++ b/.github/workflows/e2e-test.yaml @@ -24,9 +24,14 @@ jobs: docker --version node --version - - name: Execute run-everything.sh - id: run_script + - name: Check resources run: | - cd ./coprocessor/ - ./scripts/run_everything.sh - docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}" \ No newline at end of file + free -h + top -bn1 | grep "Cpu(s)" + + # - name: Execute run-everything.sh + # id: run_script + # run: | + # cd ./coprocessor/ + # ./scripts/run_everything.sh + # docker ps --format "table {{.Names}}\t{{.Image}}\t{{.Status}}\t{{.Ports}}" \ No newline at end of file