From 912659321bc3c5fdb4e731aa450d84650f8f10c3 Mon Sep 17 00:00:00 2001 From: Ido David Date: Thu, 28 Mar 2024 10:39:11 -0400 Subject: [PATCH] Add --push to release update; add env vars to test wk action --- .github/workflows/test.yml | 4 ++++ .github/workflows/update-major-version.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3492216..688e6d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,10 @@ env: jobs: unit: name: earthly +all + env: + FORCE_COLOR: 1 + EARTHLY_CONVERSION_PARALLELISM: "5" + EARTHLY_INSTALL_ID: "earthly-actions-setup-githubactions" strategy: matrix: platform: [ubuntu-latest] diff --git a/.github/workflows/update-major-version.yml b/.github/workflows/update-major-version.yml index f84f424..33a332c 100644 --- a/.github/workflows/update-major-version.yml +++ b/.github/workflows/update-major-version.yml @@ -20,4 +20,4 @@ jobs: with: ref: ${{ github.ref }} - name: Update Branch - run: earthly --ci -P +merge-release-to-major-branch --RELEASE_TAG=${{ github.ref }} + run: earthly --ci -P --push +merge-release-to-major-branch --RELEASE_TAG=${{ github.ref }}