Skip to content

Commit

Permalink
add test for LC_ALL variable
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Apr 28, 2022
1 parent 679f42e commit 0365466
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,23 @@ jobs:
BEFORE_SCRIPT : "sudo pip install empy"
TEST_PKGS : "rospy_tutorials"

noetic_lc_all:
name: noetic_lc_all
runs-on: ubuntu-latest
container : ubuntu:20.04
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Run jsk_travis
uses: ./
with:
ADDITIONAL_ENV_TO_DOCKER: 'TEST_VAR1 TEST_VAR2'
ROS_DISTRO : noetic
LC_ALL : LC_ALL_TEST
BEFORE_SCRIPT : 'env | grep LC; if [ \"\${LC_ALL}\" != \"LC_ALL_TEST\" ]; then exit 1; fi'

noetic_python3:
name: noetic_python3
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0365466

Please sign in to comment.