Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shay2Shay authored May 1, 2024
1 parent 9c94fdd commit dd37225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: npm intsall
run: npm ci
- name: env vars
run: echo ${{ secretes.SALT }}
run: echo ${{ secrets.SALT }}
- name: Manage .env
run: source cicd.sh
- name: tests
Expand Down

0 comments on commit dd37225

Please sign in to comment.