Sha256: 069f0126e8a452a1248d87620a7e63803d0b7d68d82063644dcc51ef2c6a9b93
Contents?: true
Size: 667 Bytes
Versions: 1
Compression:
Stored size: 667 Bytes
Contents
name: CI on: pull_request 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 env: USERNAME: z1uc7CukRHDiz5MalmlbQ2YVBSY= PASSWORD: ${{secrets.TEST_PASSWORD}} EKS_PATH: spec/fixtures/BLO00010.eks PRV_PATH: spec/fixtures/BLO00010.prv AGENT_CODE: ACE HOST: https://apitest.easypadala.com run: | gem install bundler -v 1.17.3 bundle install --jobs 4 --retry 3 bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ezapi_client-1.2.1 | .github/workflows/pull_request.yml |