From c7341b991a3805e02dafbe706ac16bcd9472ad4e Mon Sep 17 00:00:00 2001 From: Andres Alvidrez Date: Mon, 9 Sep 2024 15:00:22 -0600 Subject: [PATCH] Fix github actions env --- .github/workflows/github-actions.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 46f0e06..b80c978 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -14,6 +14,7 @@ env: REGISTRATION_ENABLED: true RSPEC_RETRY_RETRY_COUNT: 3 RAILS_ENV: test + VAPID_PUBLIC_KEY: test jobs: linters: