Skip to content

Commit 5d5dd55

Browse files
author
Nicholas Smith
committed
Yarn install
1 parent a030028 commit 5d5dd55

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- name: Checkout the code
1818
uses: actions/checkout@v2
1919

20-
# Run CI commands
20+
- name: Install dependencies
21+
run: yarn install --frozen-lockfile
22+
2123
- name: Lint + Unit Test + Build
2224
run: |
2325
cat <<EOT >> commands.txt

0 commit comments

Comments
 (0)