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 434974e commit 2933d58Copy full SHA for 2933d58
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
needs: [test]
12
runs-on: ubuntu-latest
13
steps:
14
- - run: true
+ - run: 'true'
15
16
test:
17
name: yarn ${{ matrix.yarncmd }}
@@ -23,7 +23,6 @@ jobs:
23
- uses: actions/checkout@v2
24
- name: Configure
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
0 commit comments