Skip to content

Commit

Permalink
Update setup-java action
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Sep 13, 2023
1 parent 4f1dcf4 commit d40e1ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
name: "${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.python-arch }}"
token: ${{ secrets.CODECOV_TOKEN }}

vim-tests:
strategy:
Expand All @@ -71,7 +72,7 @@ jobs:
- name: Install dependencies
run: sudo -H pip3 install -r python/test_requirements.txt
- name: Install Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
Expand All @@ -90,3 +91,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
name: "vim-tests-${{ matrix.vim }}"
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d40e1ef

Please sign in to comment.