Skip to content

Bump sorbet-runtime from 0.5.11532 to 0.5.11635 #707

Bump sorbet-runtime from 0.5.11532 to 0.5.11635

Bump sorbet-runtime from 0.5.11532 to 0.5.11635 #707

Workflow file for this run

name: Docker Image CI
on:
push:
branches: ["culture"]
pull_request:
branches: ["culture"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag mangadex
- name: Run tests
run: docker run --rm -t mangadex:latest bundle exec rspec