Skip to content

Commit

Permalink
Change installation to use "ci" instead of "install"
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Oct 20, 2024
1 parent 2bc9a2e commit dea2e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# ------------------------------------------------------------------------------------------------------- #

- name: "Install dependencies"
run: npm install
run: npm ci

- name: "Make .env file"
run: npm run make:env
Expand Down

0 comments on commit dea2e69

Please sign in to comment.