From a0dfaffa00b5149010ef7e7ac51dd6edcfa12bbc Mon Sep 17 00:00:00 2001 From: Lucas Oliveira <62367544+tilucasoli@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:22:32 -0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fafe14fc5..f47d95f67 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,10 +15,6 @@ jobs: with: path: main - - run: echo ${{ github.ref_name }} - - run: echo ${{ github.head_ref }} - - run: echo ${{ github.ref }} - - name: Checkout remix_ui repo uses: actions/checkout@v2 with: @@ -118,7 +114,7 @@ jobs: run: | cd remix dart pub remove mix - dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":github.ref_name}}' + dart pub add 'mix:{"git":{"url":"https://github.com/conceptadev/mix","ref":${{ github.head_ref }}}}' - run: cd remix && flutter test id: remix_test