Skip to content

Merge pull request #64 from 4ragrant/feature/#35-perfume-recipe #101

Merge pull request #64 from 4ragrant/feature/#35-perfume-recipe

Merge pull request #64 from 4ragrant/feature/#35-perfume-recipe #101

Workflow file for this run

name: Build and Deploy to EC2
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x ./gradlew
shell: bash
- name: Build and Test
run: ./gradlew build test