mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Add ImageOS env
This commit is contained in:
parent
8875019e2d
commit
4958ca823b
8
.github/workflows/elixir.yml
vendored
8
.github/workflows/elixir.yml
vendored
@ -9,6 +9,10 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
env:
|
||||||
|
MIX_ENV: test
|
||||||
|
ImageOS: ubuntu20
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
@ -20,8 +24,8 @@ jobs:
|
|||||||
- name: Set up Elixir
|
- name: Set up Elixir
|
||||||
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
|
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
|
||||||
with:
|
with:
|
||||||
elixir-version: '1.14.1' # Define the elixir version [required]
|
elixir-version: '1.14.1'
|
||||||
otp-version: '24' # Define the OTP version [required]
|
otp-version: '24'
|
||||||
- name: Restore dependencies cache
|
- name: Restore dependencies cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user