From 23b633cdcbb79ab2bdbfec0febdabe399636ebd0 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 22 Dec 2024 16:20:51 +0100 Subject: [PATCH] Run all tests in parallel Let's see if this saves some time. --- .github/workflows/validate_esphome.yml | 4 ---- .github/workflows/validate_esphome_beta.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/validate_esphome.yml b/.github/workflows/validate_esphome.yml index 9aa4fb7..9ff3b92 100644 --- a/.github/workflows/validate_esphome.yml +++ b/.github/workflows/validate_esphome.yml @@ -30,8 +30,6 @@ jobs: build_basic: name: Basic - needs: - - code_scan runs-on: ubuntu-latest steps: - uses: actions/checkout@main @@ -42,7 +40,6 @@ jobs: build_bluetooth_proxy_4: name: Bluetooth Proxy (IDF) - needs: build_basic runs-on: ubuntu-latest steps: - uses: actions/checkout@main @@ -53,7 +50,6 @@ jobs: build_bluetooth_proxy_53: name: Bluetooth Proxy (IDF v5.3) - needs: build_basic runs-on: ubuntu-latest steps: - uses: actions/checkout@main diff --git a/.github/workflows/validate_esphome_beta.yml b/.github/workflows/validate_esphome_beta.yml index 5d16d51..3f01fd1 100644 --- a/.github/workflows/validate_esphome_beta.yml +++ b/.github/workflows/validate_esphome_beta.yml @@ -47,8 +47,6 @@ jobs: build_basic: name: Basic - needs: - - code_scan runs-on: ubuntu-latest steps: - uses: actions/checkout@main @@ -60,7 +58,6 @@ jobs: build_bluetooth_proxy_4: name: Bluetooth Proxy (IDF) - needs: build_basic runs-on: ubuntu-latest steps: - uses: actions/checkout@main @@ -72,7 +69,6 @@ jobs: build_bluetooth_proxy_53: name: Bluetooth Proxy (IDF v5.3) - needs: build_basic runs-on: ubuntu-latest steps: - uses: actions/checkout@main