Skip to content

Commit

Permalink
fix(ci): actually run inside container (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori authored Oct 3, 2024
1 parent bb3a08d commit 440b792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/dnd-sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ docker run \
-v ${tmp_dir}:/root/ \
-e GITHUB_TOKEN=${GITHUB_TOKEN} \
sbtscala/scala-sbt:eclipse-temurin-jammy-21.0.2_13_1.9.9_2.12.19 \
git config --global --add safe.directory /root; sbt ${1}
/bin/bash -c "git config --global --add safe.directory /root; sbt ${1}"
1 change: 1 addition & 0 deletions .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
pull_request:
paths:
- .github/workflows/docker-ci.yaml
- .github/scripts/**
- build.sbt

env:
Expand Down

0 comments on commit 440b792

Please sign in to comment.