From aeaa11927edb179c016ee69281e7470fa2095a25 Mon Sep 17 00:00:00 2001 From: Konstantin Kostiuk Date: Sun, 16 Oct 2022 17:36:30 +0300 Subject: [PATCH] CI: Check Assets Precompile Assets Precompile required credentials.yml, so add extra test.yml.enc for CI Signed-off-by: Konstantin Kostiuk --- .github/workflows/assets-precompile.yml | 24 ++++++++++++++++++++++++ config/credentials/test.key | 1 + config/credentials/test.yml.enc | 1 + 3 files changed, 26 insertions(+) create mode 100644 .github/workflows/assets-precompile.yml create mode 100644 config/credentials/test.key create mode 100644 config/credentials/test.yml.enc 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