Sha256: aa5e4908acd48945c0f5f183f0dcaa8e169e603a8491139d08ceedfe6201f2a5

Contents?: true

Size: 600 Bytes

Versions: 3

Compression:

Stored size: 600 Bytes

Contents

env:
  ImageOS: ubuntu18

name: Tests
on:
  pull_request:
jobs:
  test:
    runs-on: ubuntu-20.04
    steps:
    - uses: actions/checkout@v2

    - name: Install development tools
      run: |
        sudo apt-get update -y
        sudo apt-get install -y build-essential libsodium-dev

    - uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.7.0 # Not needed with a .ruby-version file
        bundler-cache: false # runs 'bundle install' and caches installed gems automatically
    - run: gem install bundler:2.2.33 && bundle _2.2.33_ install && bundle install && bundle exec rspec spec/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mtk_framework-1.0.1 .github/workflows/test.yml
mtk_framework-1.0.0 .github/workflows/test.yml
mtk_framework-0.1.7 .github/workflows/test.yml