Skip to content

Commit

Permalink
fix(ci): Set git username
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed May 9, 2020
1 parent 7076658 commit b209cd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
yarncmd: ['test', 'test:downstream', 'docs']
steps:
- uses: actions/checkout@v2
- name: Configure Environment
run: |
npm config set scripts-prepend-node-path auto
git config --global user.email uirouter@github.actions
git config --global user.name uirouter_github_actions
- name: Install Dependencies
run: yarn install --pure-lockfile
- name: Run yarn ${{ matrix.yarncmd }}
Expand Down

0 comments on commit b209cd8

Please sign in to comment.