We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3ec3 commit d4bebe1Copy full SHA for d4bebe1
.github/workflows/tests.yaml
@@ -40,5 +40,8 @@ jobs:
40
- name: Codegen
41
run: script -e -c "aztec codegen target --outdir src/artifacts"
42
43
+ - name: Change ownership # to get around Docker issues
44
+ run: sudo chown -R $(whoami) ~/nargo && sudo chown -R $(whoami) ~/nargo/github.com
45
+
46
- name: Run tests
- 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