Skip to content

Commit

Permalink
Moves Danger to end of CI run.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 22, 2022
1 parent 23ad670 commit 538538a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ jobs:
ruby-version: 2.7.2
bundler-cache: true

- name: Danger action
uses: MeilCli/[email protected]
if: github.event_name == 'pull_request'
with:
plugins_file: 'Gemfile'
install_path: 'vendor/bundle'
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: "Create output dir"
run: mkdir output

Expand Down Expand Up @@ -64,4 +53,15 @@ jobs:
with:
name: FailureDiffs
path: |
Bootstrap/BootstrapTests/FailureDiffs/
Bootstrap/BootstrapTests/FailureDiffs/
- name: Danger action
uses: MeilCli/[email protected]
if: github.event_name == 'pull_request'
with:
plugins_file: 'Gemfile'
install_path: 'vendor/bundle'
danger_file: 'Dangerfile'
danger_id: 'danger-pr'
env:
DANGER_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 538538a

Please sign in to comment.