Skip to content

Commit

Permalink
Check for locales available in nix-shell
Browse files Browse the repository at this point in the history
  • Loading branch information
fidel committed Jan 3, 2025
1 parent 35c577e commit bc39f30
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ruby_event_store-outbox_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ jobs:
ruby-version: "${{ env.RUBY_VERSION }}"
bundler-cache: true
working-directory: "${{ env.WORKING_DIRECTORY }}"
- run: |
echo "Checking if /home/runner/work/_temp exists and has correct permissions"
ls -la /home/runner/work/_temp
echo "Current permissions:"
stat -c "%a %n" /home/runner/work/_temp
- run: nix-shell --run "locale"
- run: |
nix-shell --run "make test" -E"
with import <nixpkgs> { };
Expand Down

0 comments on commit bc39f30

Please sign in to comment.