Commit 17c1869

mo khan <mokhan@users.noreply.github.com>
2019-10-19 20:58:42
Update and rename ruby.yml to test.yml tag: v0.1.0
1 parent 77bc3c6
Changed files (1)
.github
workflows
.github/workflows/test.yml
@@ -0,0 +1,17 @@
+name: Ruby
+on: [push]
+
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v1
+    - name: Set up Ruby 2.6
+      uses: actions/setup-ruby@v1
+      with:
+        ruby-version: 2.6.x
+    - name: Build and test with Rake
+      run: |
+        gem install bundler
+        bundle install --jobs 4 --retry 3
+        ./bin/test