mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Github Action tuning
This commit is contained in:
parent
7b52dc2b2c
commit
5f456d4111
1 changed files with 5 additions and 1 deletions
6
.github/workflows/github_release.yml
vendored
6
.github/workflows/github_release.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
- '[0-9]+.[0-9]+.[0-9]+'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
setup:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup JDK 8
|
||||
|
|
@ -15,6 +15,10 @@ jobs:
|
|||
distribution: 'temurin'
|
||||
java-version: 8
|
||||
|
||||
build:
|
||||
needs: setup
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Cache Gradle and wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue