Skip to content

Commit

Permalink
sbt compile test pack
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Raposo <[email protected]>
  • Loading branch information
RRap0so committed Aug 6, 2024
1 parent d90af65 commit 12da18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

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

- name: Verify with Maven
if: ${{ github.ref != 'refs/heads/master' }}
Expand Down

0 comments on commit 12da18a

Please sign in to comment.