Skip to content

Commit

Permalink
Add workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Jul 23, 2020
1 parent b017aee commit 0e5b402
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# see https://github.com/marketplace/actions/docker-layer-caching

name: CI

on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- run: docker-compose pull

- uses: satackey/action-docker-layer-caching@v0.0.3

- run: docker-compose run web bin/rake db:create db:migrate spec RAILS_ENV=test

0 comments on commit 0e5b402

Please sign in to comment.