Skip to content

Commit

Permalink
ci: check resource
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Dec 3, 2024
1 parent 0ab1d89 commit 59c5ad7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}"
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}}"

0 comments on commit 59c5ad7

Please sign in to comment.