@@ -24,29 +24,25 @@ jobs:
2424 runs-on : ubuntu-latest
2525 container : ghcr.io/fluentrobotics/ros:humble
2626 steps :
27- - name : Inspect ros
27+ - uses : actions/checkout@v4
28+ - name : Inspect workspace
2829 run : |
29- ls -lhF /opt/ros || true
30- python3 -m rclpy || true
31- # - uses: actions/checkout@v4
32- # - name: Inspect workspace
33- # run: |
34- # pwd
35- # ls -lhF
36- # bash .github/workflow-scripts/00-check-disk-usage.sh
37- # - name: Install Dependencies
38- # run: |
39- # bash .github/workflow-scripts/01-install-dependencies.sh
40- # bash .github/workflow-scripts/00-check-disk-usage.sh
41- # - name: Download Dataset
42- # run: |
43- # bash .github/workflow-scripts/02-download-dataset.sh
44- # bash .github/workflow-scripts/00-check-disk-usage.sh
45- # - name: Extract Dataset
46- # run: |
47- # bash .github/workflow-scripts/03-extract-dataset.sh
48- # bash .github/workflow-scripts/00-check-disk-usage.sh
49- # - name: Run Analysis Scripts
50- # run: |
51- # bash .github/workflow-scripts/04-run-analysis-scripts.sh
52- # bash .github/workflow-scripts/00-check-disk-usage.sh
30+ pwd
31+ ls -lhF
32+ bash .github/workflow-scripts/00-check-disk-usage.sh
33+ - name : Install Dependencies
34+ run : |
35+ bash .github/workflow-scripts/01-install-dependencies.sh
36+ bash .github/workflow-scripts/00-check-disk-usage.sh
37+ - name : Download Dataset
38+ run : |
39+ bash .github/workflow-scripts/02-download-dataset.sh
40+ bash .github/workflow-scripts/00-check-disk-usage.sh
41+ - name : Extract Dataset
42+ run : |
43+ bash .github/workflow-scripts/03-extract-dataset.sh
44+ bash .github/workflow-scripts/00-check-disk-usage.sh
45+ - name : Run Analysis Scripts
46+ run : |
47+ bash .github/workflow-scripts/04-run-analysis-scripts.sh
48+ bash .github/workflow-scripts/00-check-disk-usage.sh
0 commit comments