Skip to content

Merge pull request #28 from mallowlabs/dependabot/bundler/slack-unfur… #63

Merge pull request #28 from mallowlabs/dependabot/bundler/slack-unfur…

Merge pull request #28 from mallowlabs/dependabot/bundler/slack-unfur… #63

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