Skip to content

Commit

Permalink
#7 fix: working-directory 일부 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
yo0oni committed Jan 16, 2024
1 parent 51a5d1c commit a82a1e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
defaults:
run:
shell: bash
working-directory: ./backend

env:
AWS_S3_BUCKET: howabouttrip-backend-bucket
Expand All @@ -29,10 +28,12 @@ jobs:
distribution: 'corretto'

- name: Grant execute permission for gradlew
working-directory: ./backend
run: chmod +x ./gradlew
shell: bash

- name: Build Project and Test
working-directory: ./backend
run: ./gradlew build test

- name: Configure AWS credential
Expand Down

0 comments on commit a82a1e1

Please sign in to comment.