Skip to content

Commit

Permalink
coverage.yml updated to use JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
nandika committed Apr 27, 2024
1 parent a4eadc0 commit 605c3b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
build-and-upload-coverage:
runs-on: ubuntu-latest
steps:
- name: Run hostname
run: hostname
- name: Fix host entry
run: sudo echo "127.0.0.1 $(hostname)" | sudo tee -a /etc/hosts
- name: Show hosts
run: cat /etc/hosts
- name: Checkout master
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 605c3b3

Please sign in to comment.