Skip to content

Commit

Permalink
Update serverCICD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
capDoYeonLee authored Apr 5, 2024
1 parent de03d87 commit 4c52495
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/serverCICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,32 @@
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle

name: Java CI with Gradle
name: Error CICD CI/CD

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

workflow_dispatch:

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Grant execute permission for gradlew
working-directory: ./be/error
working-directory: /home/ubuntu/econo-error/BE/error
run: chmod +x ./gradlew
shell: bash

Expand Down

0 comments on commit 4c52495

Please sign in to comment.