Skip to content

Bump sorbet from 0.5.11531 to 0.5.11620 #698

Bump sorbet from 0.5.11531 to 0.5.11620

Bump sorbet from 0.5.11531 to 0.5.11620 #698

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