Skip to content

Commit

Permalink
Prep locales for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fizyk committed Mar 18, 2021
1 parent 55f3970 commit 6024294
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
steps:
- name: 'Wait for status checks'
id: waitforstatuschecks
uses: "WyriHaximus/github-action-wait-for-status@v1.2"
uses: "WyriHaximus/github-action-wait-for-status@v1.3"
with:
ignoreActions: Automerge Dependabot
checkInterval: 13
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: Merge pull requests
uses: pascalgn/automerge-action@v0.12.0
uses: pascalgn/automerge-action@v0.13.1
if: steps.waitforstatuschecks.outputs.status == 'success'
env:
MERGE_METHOD: "squash"
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
sudo sh -c 'echo "Pin-Priority: 1000" >> /etc/apt/preferences.d/psql'
sudo apt update
sudo apt install -y postgresql-${{ matrix.postgres-version }} postgresql-client-${{ matrix.postgres-version }}
- name: Check installed locales
run: |
locale -a
sudo locale-gen de_DE.UTF-8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6024294

Please sign in to comment.