Sha256: bd5fe2ce6036ff8e211af88cb087e097846f78be0cc17efa340d7c4c864deaa7
Contents?: true
Size: 737 Bytes
Versions: 1
Compression:
Stored size: 737 Bytes
Contents
name: Integration Tests on: push jobs: test: runs-on: ubuntu-latest strategy: matrix: entry: - { ruby: 2.7, concurrency: async-websocket } name: test (ruby=${{ matrix.entry.ruby }}, concurrency=${{ matrix.entry.concurrency || 'none' }}) steps: - name: Checkout uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.entry.ruby }} bundler-cache: true - 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-2.0.0 | .github/workflows/integration_test.yml |