Skip to content

Commit

Permalink
Explicitly set ownership of /workspace in CI runs (#167)
Browse files Browse the repository at this point in the history
* Don't cache dev container CI image

This commit disables caching of dev container CI images. It's sort of
a hack because our CI started failing with weird permissions issues so
we want to see if busting the cache fixes that.

Signed-off-by: John Schaeffer <[email protected]>

* [hax] Cache it anyway and try running something else

Signed-off-by: John Schaeffer <[email protected]>

* [hax] Just change the directory perms

Signed-off-by: John Schaeffer <[email protected]>

---------

Signed-off-by: John Schaeffer <[email protected]>
  • Loading branch information
jnschaeffer authored Aug 30, 2023
1 parent 095f367 commit dce3403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: devcontainers/[email protected]
with:
push: never
runCmd: make ci
runCmd: 'sudo chown -R vscode:vscode /workspace && make ci'

- name: Upload coverage report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit dce3403

Please sign in to comment.