Skip to content

Commit

Permalink
Create build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
octopusden committed Jun 6, 2023
1 parent c5be9e2 commit 5816aa1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Gradle Compile & UT

on: [push, pull_request, workflow_dispatch]

jobs:
run-build-and-deploy:
uses: octopusden/octopus-base/.github/workflows/[email protected]
with:
flow-type: hybrid
java-version: '11'
docker-image: employee-service

0 comments on commit 5816aa1

Please sign in to comment.