Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Raposo <[email protected]>
  • Loading branch information
RRap0so committed Aug 5, 2024
1 parent 28f1d07 commit 67d36d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
username: ${{ secrets.FLYTE_BOT_USERNAME }}
password: ${{ secrets.FLYTE_BOT_PAT }}

- name: Pack with SBT
if: ${{ github.ref != 'refs/heads/master' }}
run: cd flytekit-examples-scala && sbt clean package

- name: Verify with Maven
if: ${{ github.ref != 'refs/heads/master' }}
run: mvn --batch-mode verify -Pci
Expand Down

0 comments on commit 67d36d9

Please sign in to comment.