Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Schultzer committed Apr 27, 2024
1 parent 8a9600a commit 736630c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 27 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml

This file was deleted.

15 changes: 5 additions & 10 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,15 @@
name: Elixir CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

on: push
jobs:
build:

name: Build, test and dialyzer
runs-on: ubuntu-latest
strategy:
matrix:
elixir: [">1.11"]
elixir: [">1.12"]
otp: [">22"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
Expand Down Expand Up @@ -46,5 +39,7 @@ jobs:
run: mix compile --warnings-as-errors
- name: Run test
run: mix test
- name: Make sure that compiled version works without build json available
run: rm _build/test/lib/ex_cldr/priv/cldr/territory_containment.json && mix test
- name: Run dialyzer
run: mix dialyzer --no-check

0 comments on commit 736630c

Please sign in to comment.