Skip to content

Commit

Permalink
fixup! Add chunking functionality for AI-powered analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Sep 16, 2024
1 parent 2412db2 commit 2dc5c7c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ jobs:

- name: Setup locale
run: |
sudo localedef -i en_GB -c -f UTF-8 -A /usr/share/locale/locale.alias en_GB.UTF-8
echo "LANG=en_GB.utf8" >> $GITHUB_ENV
sudo apt-get install -y locales
sudo locale-gen en_GB.UTF-8
sudo update-locale LANG=en_GB.UTF-8
echo "LANG=en_GB.UTF-8" >> $GITHUB_ENV
- name: Setup database
run: |
Expand All @@ -122,7 +124,7 @@ jobs:
- name: Run core tests
run: |
bundle exec rspec --format Fivemat
bundle exec rspec ./spec/controllers/public_body_controller_spec.rb:242 --format Fivemat
- name: Run nested gems tests
run: |
Expand Down

0 comments on commit 2dc5c7c

Please sign in to comment.