mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 22:23:32 +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:
|
steps:
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: |
|
- name: Read ./versions
|
||||||
|
run: |
|
||||||
. versions
|
. versions
|
||||||
echo "elixir=$elixir" >> $GITHUB_ENV
|
echo "elixir=$elixir" >> $GITHUB_ENV
|
||||||
echo "otp=$otp" >> $GITHUB_ENV
|
echo "otp=$otp" >> $GITHUB_ENV
|
||||||
|
|
@ -66,7 +67,9 @@ jobs:
|
||||||
run: git config --global core.autocrlf input
|
run: git config --global core.autocrlf input
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: |
|
- name: Read ./versions
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
. versions
|
. versions
|
||||||
echo "elixir=$elixir" >> $GITHUB_ENV
|
echo "elixir=$elixir" >> $GITHUB_ENV
|
||||||
echo "otp=$otp" >> $GITHUB_ENV
|
echo "otp=$otp" >> $GITHUB_ENV
|
||||||
|
|
@ -106,7 +109,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout git repo
|
- name: Checkout git repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: |
|
- name: Read ./versions
|
||||||
|
run: |
|
||||||
. versions
|
. versions
|
||||||
echo "elixir=$elixir" >> $GITHUB_ENV
|
echo "elixir=$elixir" >> $GITHUB_ENV
|
||||||
echo "otp=$otp" >> $GITHUB_ENV
|
echo "otp=$otp" >> $GITHUB_ENV
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue