Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F116308
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
527 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
new file mode 100644
index 0000000..58841bf
--- /dev/null
+++ b/.github/workflows/test.yml
@@ -0,0 +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
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Dec 1, 4:58 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
41604
Default Alt Text
(527 B)
Attached To
Mode
R28 tesla
Attached
Detach File
Event Timeline
Log In to Comment