Skip to content

Commit

Permalink
Run the java tests in the right directory
Browse files Browse the repository at this point in the history
  • Loading branch information
programLyrique committed Jan 14, 2025
1 parent bb1af9d commit 71841db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
imageName: ghcr.io/PRL-PRG/r-compile-server
# Change this to be your CI task/script
runCmd: mvn --batch-mode --update-snapshots test
runCmd: cd server; mvn --batch-mode --update-snapshots test

0 comments on commit 71841db

Please sign in to comment.