Changeset 17918 in josm for trunk/.github


Ignore:
Timestamp:
2021-06-02T21:25:06+02:00 (3 years ago)
Author:
simon04
Message:

see #20946 - GitHub Actions: hash also build.xml and tools/ivy.xml for cache key

Location:
trunk/.github/workflows
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant-test.yml

    r17694 r17918  
    4242            ~/.ivy2/cache/
    4343            ~/work/josm/josm/tools/
    44           key: ${{ runner.os }}-ivy2-${{ hashFiles('ivy.xml') }}
     44          key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }}
    4545
    4646      - name: Setup Java ${{ matrix.java }}
  • trunk/.github/workflows/ant.yml

    r17694 r17918  
    9191            ~/.ivy2/cache/
    9292            ~/work/josm/josm/tools/
    93           key: ${{ runner.os }}-ivy2-${{ hashFiles('ivy.xml') }}
     93          key: ${{ runner.os }}-ivy2-${{ hashFiles('build.xml', 'ivy.xml', 'tools/ivy.xml') }}
    9494
    9595      - name: Setup Java ${{ matrix.java }}
Note: See TracChangeset for help on using the changeset viewer.