Skip to content

Commit

Permalink
try to workaround strange build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nafg committed Dec 8, 2023
1 parent 741421b commit 5aa644a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
- name: Check that codegen output hasn't changed
run: git diff --exit-code --quiet HEAD slick-additions-codegen/src/test/resources

- run: mkdir -p slick-additions-entity/.js/target

- name: Compress target directories
run: tar cf targets.tar target slick-additions-codegen/src/test/resources/target slick-additions-entity/.jvm/target slick-additions-entity/.js/target slick-additions-codegen/target project/target

Expand Down
3 changes: 2 additions & 1 deletion ci.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ inThisBuild(List(
"git diff --exit-code --quiet HEAD slick-additions-codegen/src/test/resources"
),
name = Some("Check that codegen output hasn't changed")
)
),
WorkflowStep.Run(List("mkdir -p slick-additions-entity/.js/target"))
),
githubWorkflowPublishTargetBranches := Seq(RefPredicate.StartsWith(Ref.Tag("v"))),
githubWorkflowPublish := Seq(
Expand Down

0 comments on commit 5aa644a

Please sign in to comment.