Skip to content

Commit

Permalink
πŸš‘ add .secret on push checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Sep 12, 2023
1 parent 327a68c commit 6afcbe2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:

- name: Install dependencies
run: yarn install --frozen-lockfile && yarn build
- name: Create a fake .secret file
run: echo "do not deploy this banana wallet onto serious prod trees" > .secret
- name: Run tests
run: yarn test

0 comments on commit 6afcbe2

Please sign in to comment.