Skip to content

Merge pull request #26 from mallowlabs/ruby33 #59

Merge pull request #26 from mallowlabs/ruby33

Merge pull request #26 from mallowlabs/ruby33 #59

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
working-directory: ./slack-unfurling-esa
- run: bundle install --jobs 4 --retry 3 --path vendor/bundle
working-directory: ./slack-unfurling-esa
- run: bundle exec ruby tests/unit/test_handler.rb
working-directory: ./slack-unfurling-esa