Skip to content

Commit

Permalink
add oauth2-backend-cats module's target to output in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Wierciński committed Mar 9, 2021
1 parent 05c8e4f commit 4844ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: sbt ++${{ matrix.scala }} test mimaReportBinaryIssues

- name: Compress target directories
run: tar cf targets.tar target oauth2/target project/target
run: tar cf targets.tar target oauth2/target oauth2-backend-cats/target project/target

- name: Upload target directories
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4844ada

Please sign in to comment.