master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
3 changed files with 5 additions and 7 deletions
Showing only changes of commit d64b8d023a - Show all commits

View File

@ -2,7 +2,7 @@ env:
RUBY_VERSION: 2.7.2
name: CD
name: CD Push
on:
push:
branches: "master"
@ -18,7 +18,6 @@ jobs:
- name: Login to Github Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View File

@ -2,7 +2,7 @@ env:
RUBY_VERSION: 2.7.2
name: CD
name: CD Release
on:
release:
@ -17,7 +17,6 @@ jobs:
- name: Login to Github Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

View File

@ -59,7 +59,7 @@ jobs:
bundler exec rails db:create RAILS_ENV=test
bundler exec rails db:migrate RAILS_ENV=test
- name: Run Rubocop
run: bundle exec rubocop --fail-level F
run: bundle exec rubocop --parallel --fail-level F
- name: Run RSpec
run: bundle exec rspec