Skip to content

Commit e5a401d

Browse files
authored
fix(ci): system envs
1 parent d73aa32 commit e5a401d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
- name: Build project
2222
env:
23-
MAVEN_JAVA_VERSION: ${{ matrix.jdk }}
24-
INFLUXDB_VERSION: ${{ matrix.influxdb }}
23+
MAVEN_JAVA_VERSION: "${{ matrix.jdk }}"
24+
INFLUXDB_VERSION: "${{ matrix.influxdb }}"
2525
run: ./compile-and-test.sh
2626

2727
- name: codecov

0 commit comments

Comments
 (0)