We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7076658 commit b209cd8Copy full SHA for b209cd8
.github/workflows/ci.yml
@@ -21,6 +21,11 @@ jobs:
21
yarncmd: ['test', 'test:downstream', 'docs']
22
steps:
23
- uses: actions/checkout@v2
24
+ - name: Configure Environment
25
+ run: |
26
+ npm config set scripts-prepend-node-path auto
27
+ git config --global user.email [email protected]
28
+ git config --global user.name uirouter_github_actions
29
- name: Install Dependencies
30
run: yarn install --pure-lockfile
31
- name: Run yarn ${{ matrix.yarncmd }}
0 commit comments