Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix yml / commit backend to something to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jombidev committed Aug 26, 2024
1 parent 4159953 commit 2260021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
build:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
env:
working-directory: ./backend
defaults:
run:
working-directory: ./backend
name: CI using Gradle Build
steps:
- uses: actions/checkout@v3
Expand All @@ -30,10 +31,6 @@ jobs:
with:
java-version: '17'
distribution: 'corretto'
- name: list directories
run: |
ls -l
cd backend
- name: Build with Gradle
run: |
chmod +x gradlew
Expand Down
1 change: 1 addition & 0 deletions backend/infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ param dbPassword string
param jwtSecret string

var mysqlServerName = '${name}-mysql'

module vnetSetup 'vnet.bicep' = {
name: 'vnet'
scope: resourceGroup()
Expand Down

0 comments on commit 2260021

Please sign in to comment.