Sha256: efdfdf29c04cd25b152fe08d98db3ff2d27251563b578cab93b8134ace6ce811
Contents?: true
Size: 363 Bytes
Versions: 4
Compression:
Stored size: 363 Bytes
Contents
name: Mpesa_Gem 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 bundle exec rake
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mpesarb-0.3.3 | .github/workflows/mpesa.yml |
mpesarb-0.3.2 | .github/workflows/mpesa.yml |
mpesarb-0.3.1 | .github/workflows/mpesa.yml |
mpesarb-0.3.0 | .github/workflows/mpesa.yml |