Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 7a0d610

Browse files
author
Alexander Melnyk
committed
check if we still need to give permission to docker
1 parent ac1fe4e commit 7a0d610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ 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: chown $(whoami) /var/run/docker.sock
24+
# - name: give user docker permission so we can run tests
25+
# run: chown $(whoami) /var/run/docker.sock
2626
- name: build
2727
run: npx projen build
2828
- id: self_mutation

0 commit comments

Comments
 (0)