Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
cx-ruiaraujo committed Sep 17, 2024
1 parent 6749170 commit 11864ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
- name: Set Output Permissions as User 65532
run: |
sudo useradd -u 65532 -r -s /bin/bash customuser || true
sudo -u \#65532 chmod -R 777 ./e2e
- name: Run commands as user 65532
run: |
sudo su -s /bin/bash -c "pwd && ls" \#65532
- name: Set Output Permissions
run: |
sudo chmod -R 777 ./e2e
- name: Run E2E Tests
env:
E2E_KICS_DOCKER: kics:e2e-tests-${{ github.sha }}
Expand Down

0 comments on commit 11864ee

Please sign in to comment.