Skip to content

Commit

Permalink
try to fix erlexec
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanosman committed May 6, 2024
1 parent 8534a14 commit 125894d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
STRIPE_MOCK_VERSION: 0.144.0
STRIPE_SECRET_KEY: non_empty_string
SKIP_STRIPE_MOCK_RUN: true
SHELL: /bin/bash # erlexec needs this
runs-on: ubuntu-20.04
name: Test (OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}})
strategy:
Expand Down
3 changes: 3 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ import Config
if File.exists?("config/config.secret.exs") do
import_config "config.secret.exs"
end

config :erlexec,
user: System.get_env("USER")

0 comments on commit 125894d

Please sign in to comment.