Skip to content

Commit

Permalink
needs to be at start?
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot committed Jul 22, 2020
1 parent 6aae015 commit e18b88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
NEXT_TELEMETRY_DISABLED: 1
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- run: yarn install --frozen-lockfile --check-files
- uses: actions/cache@v2
id: cache-build
with:
path: '.'
key: ${{ github.sha }}
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- run: yarn install --frozen-lockfile --check-files

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e18b88f

Please sign in to comment.