Skip to content

Commit

Permalink
Try and fix CI paths
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Jun 11, 2024
1 parent 2d1ec96 commit 6cfd5b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/compile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

- name: Install python3-venv
run: |
sudo apt-get update
sudo apt-get install -y python3-venv
- name: Install Python dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-test-report-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# Create database
python -m test_result_evaluator.create_database ../CI-Shield-Tests/mbed-os mbed_tests.db
# Import test runs (static data for now)
python -m test_result_evaluator.parse_test_run mbed_tests.db RASPBERRY_PI_PICO Test-Result-Evaluator/demo-test-configs/mbed-tests-RASPBERRY_PI_PICO.xml
python -m test_result_evaluator.parse_test_run mbed_tests.db ARDUINO_NANO33BLE Test-Result-Evaluator/demo-test-configs/mbed-tests-ARDUINO_NANO33BLE.xml
python -m test_result_evaluator.parse_test_run mbed_tests.db RASPBERRY_PI_PICO demo-test-configs/mbed-tests-RASPBERRY_PI_PICO.xml
python -m test_result_evaluator.parse_test_run mbed_tests.db ARDUINO_NANO33BLE demo-test-configs/mbed-tests-ARDUINO_NANO33BLE.xml
# Generate website
python -m test_result_evaluator.generate_results mbed_tests.db generated-site
Expand Down
2 changes: 1 addition & 1 deletion CI-Shield-Tests/mbed-os
Submodule mbed-os updated 331 files

0 comments on commit 6cfd5b0

Please sign in to comment.