Skip to content

Commit

Permalink
Experiments with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulyaara committed Feb 19, 2024
1 parent bccfa16 commit 623a276
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 48 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,17 @@ jobs:
PIPELESS_AUTH_TOKEN: ${{ secrets.PIPELESS_AUTH_TOKEN }}

steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v4
with:
path: main

- name: Checkout Sarahang
uses: actions/checkout@v4
with:
repository: vipulyaara/sarahang
path: sarahang
ref: master

- name: setup JDK 17
uses: actions/setup-java@v3
Expand Down
47 changes: 0 additions & 47 deletions domain/src/main/java/org/kafka/domain/combine.kt

This file was deleted.

0 comments on commit 623a276

Please sign in to comment.