Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 30f6dea

Browse files
authoredSep 8, 2022
Merge pull request #3 from awslabs/github-actions-debug
chore(ci): use options for user permission instead explicit command
2 parents 85b20a1 + dc040b1 commit 30f6dea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
repository: ${{ github.event.pull_request.head.repo.full_name }}
2222
- name: Install dependencies
2323
run: yarn install --check-files
24-
- name: give user docker permission so we can run tests
25-
run: sudo chown $(whoami) /var/run/docker.sock
2624
- name: build
2725
run: npx projen build
2826
- id: self_mutation
@@ -53,6 +51,7 @@ jobs:
5351
path: dist
5452
container:
5553
image: jsii/superchain:1-buster-slim-node14
54+
options: --user root
5655
self-mutation:
5756
needs: build
5857
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)
This repository has been archived.