ci: move one test job to arm64 to allow parallel execution
This commit is contained in:
parent
467e75e3b1
commit
c3195b2011
1 changed files with 6 additions and 3 deletions
|
|
@ -1,6 +1,3 @@
|
|||
labels:
|
||||
platform: linux/amd64
|
||||
|
||||
when:
|
||||
- event: pull_request
|
||||
|
||||
|
|
@ -10,9 +7,14 @@ matrix:
|
|||
- ELIXIR_VERSION: 1.14
|
||||
OTP_VERSION: 25
|
||||
LINT: NO
|
||||
PLATFORM: linux/amd64
|
||||
- ELIXIR_VERSION: 1.18
|
||||
OTP_VERSION: 27
|
||||
LINT: YES
|
||||
PLATFORM: linux/arm64
|
||||
|
||||
labels:
|
||||
platform: ${PLATFORM}
|
||||
|
||||
services:
|
||||
postgres:
|
||||
|
|
@ -33,6 +35,7 @@ steps:
|
|||
DB_HOST: postgres
|
||||
LINT: ${LINT}
|
||||
commands:
|
||||
- sh -c 'uname -a && cat /etc/os-release || :'
|
||||
- mix local.hex --force
|
||||
- mix local.rebar --force
|
||||
- mix deps.get
|
||||
|
|
|
|||
Loading…
Reference in a new issue