
Some checks are pending
/ test-timezone (push) Waiting to run
/ hashFiles (push) Successful in -7s
/ go-hashfiles (push) Successful in 13s
/ services-test (push) Successful in -1s
/ job3 (push) Has been skipped
/ job1 (push) Successful in -7s
/ job2 (push) Successful in -33s
22 lines
571 B
Plaintext
22 lines
571 B
Plaintext
on:
|
|
push:
|
|
|
|
jobs:
|
|
Cache-Java-Test:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/setup-java@v4
|
|
with:
|
|
distribution: "adopt"
|
|
java-version: 17
|
|
- run: java -version
|
|
opt_hostedtoolcache:
|
|
needs: [Cache-Java-Test]
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: ls -lha /opt/hostedtoolcache
|
|
- run: ls -lha /opt/hostedtoolcache/node || true
|
|
- run: ls -lha /opt/hostedtoolcache/pnpm-store || true
|
|
- run: env
|
|
|
|
# https://about.gitea.com/resources/tutorials/enable-gitea-actions-cache-to-accelerate-cicd$0 |