diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 5102305e..344b11e2 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -25,6 +25,6 @@ jobs: - name: Build and run dev container task uses: devcontainers/ci@v0.3 with: - imageName: ghcr.io/PRL-PRG/r-compile-server + imageName: ghcr.io/PRL-PRG/r_compile_server # Change this to be your CI task/script runCmd: cd server; mvn --batch-mode --update-snapshots test \ No newline at end of file