1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00

Add ImageOS env

This commit is contained in:
Daniel Barber 2023-02-05 13:59:04 -06:00 committed by GitHub
parent 8875019e2d
commit 4958ca823b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,10 @@ on:
permissions:
contents: read
env:
MIX_ENV: test
ImageOS: ubuntu20
jobs:
build:
@ -20,8 +24,8 @@ jobs:
- name: Set up Elixir
uses: erlef/setup-beam@988e02bfe678367a02564f65ca2e37726dc0268f
with:
elixir-version: '1.14.1' # Define the elixir version [required]
otp-version: '24' # Define the OTP version [required]
elixir-version: '1.14.1'
otp-version: '24'
- name: Restore dependencies cache
uses: actions/cache@v3
with: