Gh Action
Summary
Working with our github actions pipeline
Lifecycle
- actions/checkout@v2
- Get yarn cache directory pat
- Restore Node modules cache
- if not windows
- Restore Node modules cache for Windows
- if windows
- Set up Node.js ${{ matrix.node-version }}
...
- Initialize
- yarn ci:init
...
- Run tests
- yarn ci:test:${{ matrix.suite }}
Children
Backlinks