ci(workflow): moved up acions/checkout step in 'test-unit.yml'

This commit is contained in:
Oscar Dominguez 2021-07-08 18:35:14 +02:00
parent f37c15c8de
commit f7d34723b8

View File

@ -7,11 +7,11 @@ jobs:
name: Core Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "12.x"
cache: yarn
- uses: actions/checkout@v2
- name: install, bootstrap
run: |
yarn install --immutable