From 0570da9b2120e0d63be5a27fe6f3225e826900ad Mon Sep 17 00:00:00 2001 From: AlexisG Date: Thu, 19 Dec 2024 11:49:30 +0100 Subject: [PATCH] feat: Test ci 4 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c16eb3c4a..e691ecf0c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,10 +47,10 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/setup_modules - uses: ./.github/actions/build_cache_read - - name: Tests - run: yarn test - name: BundleMon uses: lironer/bundlemon-action@v1 + - name: Tests + run: yarn test argosDesktop: needs: [prepareArgos, build] runs-on: ubuntu-latest