Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F114268
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ae290e0..1813f1d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,91 +1,91 @@
name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
elixir:
- 1.9-slim # otp 22
- 1.8-otp-22
- 1.8-slim # otp 21
- 1.7-slim # otp 21
- - 1.6-otp-21
+ - 1.6-otp-21
- 1.6-slim # otp 20
- 1.5-slim # opt 20
container:
image: elixir:${{ matrix.elixir }}
steps:
- uses: actions/checkout@master
- name: Install Dependencies
env:
MIX_ENV: test
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Run Tests
run: mix test --trace
test-1:
name: run tests against v1.0.0
runs-on: ubuntu-latest
container:
image: elixir:1.6-slim
steps:
- uses: actions/checkout@master
- name: Install Dependencies
env:
MIX_ENV: test
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- uses: srt32/git-actions@v0.0.3
with:
args: |
git remote set-branches origin '*' && \
git fetch origin v1.0.0-compat && \
rm -r test && \
git checkout origin/v1.0.0-compat -- test
-
+
- name: Run Tests for 1.0.0 branch
run: mix test --trace
test-poison3:
runs-on: ubuntu-latest
container:
image: elixir:1.9-slim
steps:
- uses: actions/checkout@master
- name: Install Dependencies
- env:
- MIX_ENV: test
+ env:
+ MIX_ENV: test
LOCKFILE: poison3
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Run Tests for poison 3.x
- env:
+ env:
MIX_ENV: test
LOCKFILE: poison3
run: mix test --trace
format:
runs-on: ubuntu-latest
container:
image: elixir:1.9-slim
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Check Format
run: mix format --check-formatted --dry-run
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 26, 12:59 AM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40153
Default Alt Text
(2 KB)
Attached To
Mode
R28 tesla
Attached
Detach File
Event Timeline
Log In to Comment