diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ba2b46f..e1e97346 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,10 @@ jobs: # this image tag is subject to change as more dependencies and updates will arrive over time image: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-version-linux }} # need to switch to root so that github actions can install runner binary on container without permission issues. - options: --user root -v /node:/node:rw,rshared -v /node:/__e/node20:ro,rshared - #volumes: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-mount-volumes }} + options: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-options }} steps: - - name: Setup node + - name: Run start commands run: ${{ needs.Get-CI-Image-Tag.outputs.ci-image-start-command }} - name: Checkout job-scheduler uses: actions/checkout@v4