Browse Source

fix(test): Removed fetching of entire git history from CI

pull/4278/head
Muhammed Mustafa 2 years ago
parent
commit
1bdbdf047f
  1. 2
      .github/workflows/playwright-test-workflow.yml

2
.github/workflows/playwright-test-workflow.yml

@ -33,8 +33,6 @@ jobs:
node-version: 16.15.0
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Cache node modules
uses: actions/cache@v3
env:

Loading…
Cancel
Save