Skip to content

Commit

Permalink
Set proper OS locale to avoid
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Apr 1, 2021
1 parent 846c751 commit ae3fe82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on:
- '*.txt'
- '.github/ISSUE_TEMPLATE/**'

env:
LANG: en_US.UTF-8

jobs:
build:
runs-on: ubuntu-18.04
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/quarkus-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
# while 'ECOSYSTEM_CI_REPO_PATH' needs to be set to the corresponding path in the 'quarkusio/quarkus-ecosystem-ci' repository

env:
LANG: en_US.UTF-8
ECOSYSTEM_CI_REPO: quarkusio/quarkus-ecosystem-ci
ECOSYSTEM_CI_REPO_FILE: context.yaml
JAVA_VERSION: 11
Expand Down
4 changes: 0 additions & 4 deletions integration-tests/camel/invoked/root/camel-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

<artifactId>quarkus-universe-integration-tests-camel-file</artifactId>

<properties>
<skipTests>true</skipTests><!-- TODO https://github.com/apache/camel-quarkus/issues/2278 -->
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit ae3fe82

Please sign in to comment.