Skip to content

Commit b672e73

Browse files
committed
removed sudo
1 parent e3e7fce commit b672e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: prism --version
5656

5757
- name: Start PRISM Server
58-
run: sudo ./start-prism.sh
58+
run: ./start-prism.sh
5959
working-directory: xero-python/tests/utils
6060

6161
- name: Run Test

0 commit comments

Comments
 (0)