Skip to content

Commit

Permalink
#163: Set log location for exampple config file
Browse files Browse the repository at this point in the history
- This will prevent tests related to testing log location from failing
  • Loading branch information
MRichards99 committed Jan 6, 2021
1 parent 2500207 commit 33b7531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Create config.json
run: cp config.json.example config.json
- name: Create log file
run: touch logs.log
- name: Configure log file location
run: echo "`jq -r --arg REPO_DIR "$GITHUB_WORKSPACE/logs.log" \
'.log_location=$REPO_DIR' config.json`" > config.json
'.log_location=$REPO_DIR' config.json.example`" > config.json.example
- name: Create config.json
run: cp config.json.example config.json
- name: Setup Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 33b7531

Please sign in to comment.