Page MenuHomePhorge

No OneTemporary

Size
564 B
Referenced Files
None
Subscribers
None
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2294996..9bb66b6 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,21 +1,20 @@
name: Test
-
on: push
jobs:
build:
runs-on: ubuntu-latest
container:
image: elixir:1.9.1-slim
steps:
- uses: actions/checkout@master
- name: Install Dependencies
run: |
mix local.rebar --force
mix local.hex --force
mix deps.get
- name: Run Tests
- run: mix test
+ run: mix test --trace

File Metadata

Mime Type
text/x-diff
Expires
Wed, Nov 27, 6:21 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
40710
Default Alt Text
(564 B)

Event Timeline