Skip to content

Commit d65448a

Browse files
KodaiDkomamitsu
andauthored
[skip ci] Apply suggestions from code review
Co-authored-by: Mitsunori Komatsu <[email protected]>
1 parent 561bfe2 commit d65448a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/permission-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ jobs:
711711
path: core/build/reports/tests/integrationTestJdbcPermission
712712

713713
integration-test-permission-jdbc-db2-11-5:
714-
name: DB2 11.5 Permission Integration Test
714+
name: Db2 11.5 Permission Integration Test
715715
runs-on: ubuntu-latest
716716

717717
services:
@@ -748,7 +748,7 @@ jobs:
748748
done
749749
echo "Container is ready"
750750
751-
- name: Create OS user for DB2
751+
- name: Create OS user for Db2
752752
run: |
753753
docker exec db2 bash -c "useradd -m -s /bin/bash test"
754754
docker exec db2 bash -c "echo \"test:test\" | sudo chpasswd"
@@ -765,7 +765,7 @@ jobs:
765765
path: core/build/reports/tests/integrationTestJdbcPermission
766766

767767
integration-test-permission-jdbc-db2-12-1:
768-
name: DB2 12.1 Permission Integration Test
768+
name: Db2 12.1 Permission Integration Test
769769
runs-on: ubuntu-latest
770770

771771
services:
@@ -802,7 +802,7 @@ jobs:
802802
done
803803
echo "Container is ready"
804804
805-
- name: Create OS user for DB2
805+
- name: Create OS user for Db2
806806
run: |
807807
docker exec db2 bash -c "useradd -m -s /bin/bash test"
808808
docker exec db2 bash -c "echo \"test:test\" | sudo chpasswd"

0 commit comments

Comments
 (0)