Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ebbe3f98..655f8310 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,16 +32,6 @@ jobs:
with:
run: /syntax_check.sh
- - name: Build local testing firmware in docker
- uses: ./.github/actions/docker
- with:
- run: make -C firmware TARGET=local
-
- - name: Run local tests
- uses: ./.github/actions/docker
- with:
- run: make -C firmware TARGET=local APP_TEST=1 run
-
- name: Build F4 bootloader in docker
uses: ./.github/actions/docker
with: