mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-24 06:48:07 +08:00
Fix test.yml
This commit is contained in:
parent
590ed206af
commit
180144d79e
1 changed files with 7 additions and 3 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue