Sha256: ad0919baf89f8dcde349ee863175c34b3b1daf13c206d9dc1bfd3a54943689ee
Contents?: true
Size: 697 Bytes
Versions: 1
Compression:
Stored size: 697 Bytes
Contents
name: Integration Tests on: [push] jobs: test: runs-on: ubuntu-latest strategy: matrix: entry: - { ruby: 2.7.1, concurrency: async-websocket } name: test (ruby=${{ matrix.entry.ruby }}, concurrency=${{ matrix.entry.concurrency || 'none' }}) steps: - uses: actions/checkout@v2 - name: Install Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.entry.ruby }} - name: Run Tests env: CONCURRENCY: ${{ matrix.entry.concurrency }} SLACK_API_TOKEN: ${{ secrets.SLACK_API_TOKEN }} RACK_ENV: test run: | bundle install bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slack-ruby-client-1.1.0 | .github/workflows/integtest.yml |