Skip to content

Commit

Permalink
#163: Add step to create log file for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Jan 6, 2021
1 parent 8a4fcd0 commit 0823e12
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Prepare config.json
- name: Create config.json
run: cp config.json.example config.json
- name: Prepare log file
run: touch logs.log
uses: deef0000dragon1/json-edit-action/@v1
env:
KEY: LOG_LOCATION
VALUE: $GITHUB_WORKSPACE/logs.log
FILE: config.json
- name: Setup Python
uses: actions/setup-python@v1
with:
Expand Down

0 comments on commit 0823e12

Please sign in to comment.