Skip to content

Commit

Permalink
clone repo in macos env
Browse files Browse the repository at this point in the history
  • Loading branch information
darshkpatel committed Jul 21, 2020
1 parent 08d3eae commit 6c4e898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
HEADLESS: true

steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
# Installing dependencies again since OS changed
- run: yarn install --frozen-lockfile --check-files
- run: node run-tests.js test/integration/production/test/index.test.js
Expand Down

0 comments on commit 6c4e898

Please sign in to comment.