Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 53d1b24

Browse files
committedOct 17, 2024·
GitHub CI: Run the spectest in the Ubuntu job
1 parent cd91a71 commit 53d1b24

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/build.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,11 @@ jobs:
375375
run: sudo systemctl stop netatalk
376376
- name: Run AFP spec tests
377377
run: |
378-
useradd afptest
379-
echo afptest:afpafp | chpasswd
380-
mkdir -p /tmp/spectest
381-
chmod 777 /tmp/spectest
382-
netatalk -F test/testsuite/data/spectest_afp.conf
378+
sudo useradd afptest
379+
echo afptest:afpafp | sudo chpasswd
380+
sudo mkdir -p /tmp/spectest
381+
sudo chmod 777 /tmp/spectest
382+
sudo netatalk -F test/testsuite/data/spectest_afp.conf
383383
./build/test/testsuite/spectest -h localhost -p 548 -u afptest -w afpafp -s spectest
384384
- name: Uninstall
385385
run: sudo ninja -C build uninstall

0 commit comments

Comments
 (0)
Please sign in to comment.