Skip to content

Commit

Permalink
test with different permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chaduhduh committed Aug 28, 2024
1 parent 7e6cabf commit da9b876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- name: Create storage user
run: |
groupadd --force -g "1001" "example_group" && \
useradd --non-unique -m -u "1001" -g "example_group" "example_owner"
sudo groupadd --force -g "1001" "example_group" && \
sudo useradd --non-unique -m -u "1001" -g "example_group" "example_owner"
- name: Update storage permissions
run: chown -R example_owner:example_group ./fixtures/vosdata/
run: sudo chown -R example_owner:example_group ./fixtures/vosdata/

- name: Build VOSpace image
run: docker compose -f compose.dev.yml up -d --build
Expand Down

0 comments on commit da9b876

Please sign in to comment.