Skip to content

Commit

Permalink
feat: add gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
psrebniak committed May 30, 2021
1 parent fdc56f8 commit e680ea1
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,9 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: cache node_modules directory
uses: actions/cache@v1
id: node-cache
with:
path: node_modules
key: ${{ runner.os }}-node-cache
restore-keys: |
${{ runner.os }}-node-cache
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: yarn install
- run: yarn test
- run: yarn build



0 comments on commit e680ea1

Please sign in to comment.