Skip to content

Commit

Permalink
chore: configure SHELL env in CI jobs
Browse files Browse the repository at this point in the history
Maybe fix problem with erlexec failing to start:

```
SHELL environment variable not set! [c_src/exec.cpp:609]

Notice: 15:48:19.772 [notice] Application erlexec exited: :exec_app.start(:normal, []) returned an error: shutdown: failed to start child: :exec
    ** (EXIT) {:port_exited_with_status, 4}
```
  • Loading branch information
robuye committed Mar 18, 2024
1 parent 88846fb commit 90351c8
Showing 1 changed file with 1 addition 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: bash
runs-on: ubuntu-20.04
name: Test (OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}})
strategy:
Expand Down

0 comments on commit 90351c8

Please sign in to comment.