Skip to content

Commit

Permalink
Committing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
49081 committed Apr 24, 2024
1 parent 8c55805 commit e40837d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/acr_quarkus_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/setup-java@v4'
with:
java-version: '17'
distribution: 'temurin'
- uses: 'azure/login@v1'
with:
subscription-id: '${{ secrets.AZURE_SUBSCRIPTION_ID }}'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/container_quarkus_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/setup-java@v4'
with:
java-version: '17'
distribution: 'temurin'
- uses: 'azure/login@v1'
with:
subscription-id: '${{ secrets.AZURE_SUBSCRIPTION_ID }}'
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/containerapp_quarkus_README_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ jobs:
validate:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/setup-java@v4'
with:
java-version: '17'
distribution: 'temurin'
- uses: 'actions/setup-java@v4'
with:
java-version: '17'
distribution: 'temurin'
- uses: 'azure/login@v1'
with:
subscription-id: '${{ secrets.AZURE_SUBSCRIPTION_ID }}'
Expand Down

0 comments on commit e40837d

Please sign in to comment.