Skip to content

Commit

Permalink
fix(ci): system envs
Browse files Browse the repository at this point in the history
  • Loading branch information
bednar authored Sep 10, 2021
1 parent d73aa32 commit e5a401d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Build project
env:
MAVEN_JAVA_VERSION: ${{ matrix.jdk }}
INFLUXDB_VERSION: ${{ matrix.influxdb }}
MAVEN_JAVA_VERSION: "${{ matrix.jdk }}"
INFLUXDB_VERSION: "${{ matrix.influxdb }}"
run: ./compile-and-test.sh

- name: codecov
Expand Down

0 comments on commit e5a401d

Please sign in to comment.