diff --git a/.github/workflows/assets-precompile.yml b/.github/workflows/assets-precompile.yml new file mode 100644 index 00000000..22264b93 --- /dev/null +++ b/.github/workflows/assets-precompile.yml @@ -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 diff --git a/config/credentials/test.key b/config/credentials/test.key new file mode 100644 index 00000000..aa7eb756 --- /dev/null +++ b/config/credentials/test.key @@ -0,0 +1 @@ +8c569efd66e0b57a080d4d0a29e78791 \ No newline at end of file diff --git a/config/credentials/test.yml.enc b/config/credentials/test.yml.enc new file mode 100644 index 00000000..1d22dbed --- /dev/null +++ b/config/credentials/test.yml.enc @@ -0,0 +1 @@ +mvq9L5a1uUgF0cMB3ngOmkJA/o3/6/TT+CeW+jg0qoGOgrOHLY2XNK9nJap3nSOWhP+r5vuV0nwDPVqnhQmJ7tuRFgmQ76tb7hUgQjXsB5Qnh0QEWHlDNbAnWWUNX9M4i9hbbtahzLUcZbYa5L0iYkVON5R9tlTaYqB2dqh82Q8n/tzB72+1hC93b2U8QgaEPe7/8CMRsMoP6u5p7COaMSR55bZ17oDPiZ4wuy8ln1EN6ZbrKlUVyNOhNgwY8qqdTc+Ez3wPsXHNZizABJZfDlzAZz1HsE5i4X5JKdgyRo8i3KgX0dv58Bc=--24NfwqC2+sgF3uKc--N5gtZKCe2OPJYAiY5n41mQ== \ No newline at end of file