Skip to content

Commit

Permalink
CI: Check Assets Precompile
Browse files Browse the repository at this point in the history
Assets Precompile required credentials.yml, so
add extra test.yml.enc for CI

Signed-off-by: Konstantin Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Sep 10, 2023
1 parent 1ebdd3e commit aeaa119
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/assets-precompile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Assets Precompile

on:
pull_request:
branches: [main]

jobs:
assets:
env:
RAILS_ENV: test

name: Assets Precompile
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.1.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
bundler-cache: true

- name: Check ability to precompile current assets
run: bundle exec rails assets:precompile
1 change: 1 addition & 0 deletions config/credentials/test.key
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8c569efd66e0b57a080d4d0a29e78791
1 change: 1 addition & 0 deletions config/credentials/test.yml.enc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mvq9L5a1uUgF0cMB3ngOmkJA/o3/6/TT+CeW+jg0qoGOgrOHLY2XNK9nJap3nSOWhP+r5vuV0nwDPVqnhQmJ7tuRFgmQ76tb7hUgQjXsB5Qnh0QEWHlDNbAnWWUNX9M4i9hbbtahzLUcZbYa5L0iYkVON5R9tlTaYqB2dqh82Q8n/tzB72+1hC93b2U8QgaEPe7/8CMRsMoP6u5p7COaMSR55bZ17oDPiZ4wuy8ln1EN6ZbrKlUVyNOhNgwY8qqdTc+Ez3wPsXHNZizABJZfDlzAZz1HsE5i4X5JKdgyRo8i3KgX0dv58Bc=--24NfwqC2+sgF3uKc--N5gtZKCe2OPJYAiY5n41mQ==

0 comments on commit aeaa119

Please sign in to comment.