Skip to content

Commit

Permalink
Create results folder specifically under /home/runner
Browse files Browse the repository at this point in the history
Signed-off-by: noopur <[email protected]>
  • Loading branch information
noopurintel committed Jan 10, 2025
1 parent e0973dd commit 8da0444
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/federated_runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ jobs:
pip install .
- name: Create results folder for logs
run: |
pwd
mkdir -p /home/runner/results # /home/runner is the default working directory for GitHub self hoster runners
cd results
run: | # Present working director - /home/runner/work/openfl/openfl
mkdir -p /home/runner/results
cd /home/runner/results
touch director.log bangalore.log chandler.log && chmod 755 director.log bangalore.log chandler.log
- name: Activate and run the director in background
Expand Down

0 comments on commit 8da0444

Please sign in to comment.