Skip to content

Commit

Permalink
temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jan 14, 2022
1 parent 3d0c8c9 commit c87b744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/diff_shades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Analyze baseline revision
if: steps.baseline-cache.outputs.cache-hit != 'true'
run: >
diff-shades analyze -v --work-dir projects-cache/
diff-shades analyze -v --work-dir projects-cache/ -s diff-shades
${{ steps.config.outputs.baseline-analysis }} -- ${{ github.event.inputs.baseline-args }}
- name: Install target revision
Expand All @@ -85,7 +85,7 @@ jobs:

- name: Analyze target revision
run: >
diff-shades analyze -v --work-dir projects-cache/
diff-shades analyze -v --work-dir projects-cache/ -s diff-shades
${{ steps.config.outputs.target-analysis }} --repeat-projects-from
${{ steps.config.outputs.baseline-analysis }} -- ${{ github.event.inputs.target-args }}
Expand Down

0 comments on commit c87b744

Please sign in to comment.