Skip to content

Commit

Permalink
Cd to work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
beau-lunarg committed Jan 17, 2025
1 parent 61f5e58 commit 90b15a1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ jobs:
- name: Run test app test cases
id: test_apps
run: |
cd ${{matrix.config.build_dir}}/darwin/universal/output/test
echo "alpha"
sudo dscl . -create /Users/test
echo "beta"
Expand All @@ -222,9 +221,9 @@ jobs:
sudo mkdir -p /Users/test
sudo chown -R test:staff /Users/test
echo "gamma"
sudo chmod -R g+w .
sudo chmod -R g+w ${{matrix.config.build_dir}}/darwin/universal/output/test
echo "delta"
sudo su - test -c "./run-tests.sh"
sudo su - test -c "cd ${{matrix.config.build_dir}}/darwin/universal/output/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 90b15a1

Please sign in to comment.