Skip to content

Commit 22ca98f

Browse files
Do not need to install CLI to run unit tests
1 parent 478be7b commit 22ca98f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
- name: Install 1Password CLI
11-
uses: ./ # 1password/install-cli-action@<version>
1210
- name: Install dependencies
1311
run: npm install
1412
- name: Run Jest tests

0 commit comments

Comments
 (0)