Skip to content

Commit d4bebe1

Browse files
committed
rm sudo, change file perms
1 parent 99b3ec3 commit d4bebe1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@ jobs:
4040
- name: Codegen
4141
run: script -e -c "aztec codegen target --outdir src/artifacts"
4242

43+
- name: Change ownership # to get around Docker issues
44+
run: sudo chown -R $(whoami) ~/nargo && sudo chown -R $(whoami) ~/nargo/github.com
45+
4346
- name: Run tests
44-
run: script -e -c "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --config jest.integration.config.json && sudo aztec test"
47+
run: script -e -c "NODE_NO_WARNINGS=1 node --experimental-vm-modules $(yarn bin jest) --no-cache --runInBand --config jest.integration.config.json && aztec test"

0 commit comments

Comments
 (0)