Small checkout for each test

This commit is contained in:
Scott Lahteine
2025-07-28 23:23:31 -05:00
parent 624f429086
commit de1b97a0ce
2 changed files with 7 additions and 10 deletions

View File

@@ -209,13 +209,6 @@ jobs:
sudo apt-get install libsdl2-net-dev
sudo apt-get install libglm-dev
- name: Checkout Configurations
uses: actions/checkout@v4
with:
repository: MarlinFirmware/Configurations
ref: ${{ env.CONFIG_BRANCH }}
path: ConfigurationsRepo
- name: Run ${{ matrix.test-platform }} Tests
run: |
make tests-single-ci TEST_TARGET=${{ matrix.test-platform }}