Skip to content

Commit

Permalink
github: create group and home for test-user
Browse files Browse the repository at this point in the history
The cloud images of opensuse have changed a little and now the neither the group
nor home is created by default when using useradd.

Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>
  • Loading branch information
bboozzoo committed Jun 24, 2024
1 parent 035468f commit ac9dfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ jobs:
esac
- name: Set up test user
run: |
useradd test-user
useradd -U -m test-user
chown -R test-user:test-user $PWD
- name: Unit tests (Go)
Expand Down

0 comments on commit ac9dfd1

Please sign in to comment.