Skip to content

Commit

Permalink
remove anchor definitions from github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Oct 24, 2020
1 parent f8d3cb9 commit 6d52dee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- &cache_jdk
name: Cache JDK
# - &cache_jdk
- name: Cache JDK
uses: actions/cache@v2
with:
path: $HOME/.jabba
Expand All @@ -22,8 +22,8 @@ jobs:
${{ runner.os }}-jdk-
${{ runner.os }}-
- &install_jdk
uses: battila7/jdk-via-jabba@v1
# - &install_jdk
- uses: battila7/jdk-via-jabba@v1

- name: Show Env
run: gradle --version
Expand All @@ -33,8 +33,8 @@ jobs:
needs:
- setup
steps:
- &checkout_code
name: Checkout code
# - &checkout_code
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0 # all history
Expand All @@ -52,8 +52,8 @@ jobs:
# - *install_jdk
- uses: battila7/jdk-via-jabba@v1

- &cache_gradle
name: Cache Gradle Data
# - &cache_gradle
- name: Cache Gradle Data
uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 6d52dee

Please sign in to comment.