Skip to content

Commit

Permalink
Use stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Jan 16, 2025
1 parent 1663ee8 commit b9bb27e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,18 +212,12 @@ jobs:
cd ${{matrix.config.build_dir}}/darwin/universal/output/test
echo "alpha"
sudo dscl . -create /Users/test
sudo dscl . -create /Users/test UserShell /bin/bash
sudo dscl . -create /Users/test RealName "Test"
sudo dscl . -create /Users/test UniqueID "1001"
sudo dscl . -create /Users/test PrimaryGroupID 80
sudo dscl . -create /Users/test NFSHomeDirectory /Users/test
sudo dscl . -passwd /Users/test test
echo "beta"
sudo dscl . append /Groups/staff GroupMembership test
echo "gamma"
sudo chmod -R g+w .
echo "delta"
echo "test" | sudo -u test ./run-tests.sh
echo "test" | sudo -S -u test ./run-tests.sh
- name: Upload test failure artifacts
uses: actions/upload-artifact@v4
if: ${{ failure() && steps.test_apps.conclusion == 'failure' }}
Expand Down

0 comments on commit b9bb27e

Please sign in to comment.