diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16d3d609..90d3cf77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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