From 9a3eb3e615ee2668176b60c3243beb6ab606e544 Mon Sep 17 00:00:00 2001 From: Coline Date: Wed, 29 Jun 2022 10:40:59 +0200 Subject: [PATCH] fix: add comment in ci --- .github/workflows/ci-workflow.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 46c2813..f422637 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -31,6 +31,10 @@ jobs: name: scan-build path: scan-build +# ===================================================== +# ZEMU TESTS +# ===================================================== + building_for_e2e_zemu_tests: name: Building binaries for E2E tests runs-on: ubuntu-latest @@ -89,7 +93,9 @@ jobs: - name: Run zemu tests run: cd tests/zemu/ && yarn test - +# ===================================================== +# SPECULOS TESTS +# ===================================================== building_for_e2e_speculos_tests: name: Building binaries for E2E tests