From 180144d79e48830f2967cfe7cabcce9737251ff3 Mon Sep 17 00:00:00 2001 From: Wojtek Mach Date: Thu, 15 Jun 2023 13:00:29 +0200 Subject: [PATCH] Fix test.yml --- .github/workflows/test.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07a13ad34..55f2886ae 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,8 @@ jobs: steps: - name: Checkout git repo uses: actions/checkout@v3 - - run: | + - name: Read ./versions + run: | . versions echo "elixir=$elixir" >> $GITHUB_ENV echo "otp=$otp" >> $GITHUB_ENV @@ -66,7 +67,9 @@ jobs: run: git config --global core.autocrlf input - name: Checkout git repo uses: actions/checkout@v3 - - run: | + - name: Read ./versions + shell: bash + run: | . versions echo "elixir=$elixir" >> $GITHUB_ENV echo "otp=$otp" >> $GITHUB_ENV @@ -106,7 +109,8 @@ jobs: steps: - name: Checkout git repo uses: actions/checkout@v3 - - run: | + - name: Read ./versions + run: | . versions echo "elixir=$elixir" >> $GITHUB_ENV echo "otp=$otp" >> $GITHUB_ENV