Skip to content

Commit

Permalink
fix working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jan 20, 2025
1 parent 6f8ae32 commit 9ee8650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scenario-server.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on {
}

jobs {
["test"] = GitHubAction.Scala.sbtTestJob(null, null, null)
["test"] = GitHubAction.Scala.sbtTestJob(null, "scenario-server", null)

["build-and-push-amd64"] = (GitHubAction.Docker.buildPushJob("amd64", "scenario-server", "Dockerfile-amd64")) {
needs = "test"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scenario-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cache: sbt
- uses: sbt/setup-sbt@v1
- run: sbt test
working-directory: scenario-server
build-and-push-amd64:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9ee8650

Please sign in to comment.