diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index f7cc179b3..a67660ad2 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -9,8 +9,6 @@ jobs: with: submodules: true - run: make -j2 PLATFORM=simulator TARGET=android - - run: make -j2 PLATFORM=simulator TARGET=android epsilon.official.apk - - run: make -j2 PLATFORM=simulator TARGET=android test.apk - uses: actions/upload-artifact@master with: name: epsilon-android.apk @@ -29,7 +27,6 @@ jobs: - run: make -j2 MODEL=n0100 epsilon.onboarding.beta.dfu - run: make -j2 MODEL=n0100 flasher.light.dfu - run: make -j2 MODEL=n0100 flasher.verbose.dfu - - run: make -j2 MODEL=n0100 test.elf - uses: actions/upload-artifact@master with: name: epsilon-n0100.dfu @@ -50,7 +47,6 @@ jobs: - run: make -j2 flasher.verbose.dfu - run: make -j2 bench.ram.dfu - run: make -j2 bench.flash.dfu - - run: make -j2 test.elf - uses: actions/upload-artifact@master with: name: epsilon-n0110.dfu @@ -77,11 +73,8 @@ jobs: with: submodules: true - run: make -j2 PLATFORM=simulator - - run: make -j2 PLATFORM=simulator epsilon.official.bin - - run: make -j2 PLATFORM=simulator test.headless.bin - - run: output/release/simulator/linux/test.headless.bin - uses: actions/upload-artifact@master with: name: epsilon-linux.bin path: output/release/simulator/linux/epsilon.bin - - run: make -j2 PLATFORM=simulator test.headless.bin + - run: make -j2 PLATFORM=simulator test.headless.bin \ No newline at end of file