Skip to content

Commit

Permalink
Update sanity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierJM authored Oct 6, 2023
1 parent 04f5e73 commit 594b6aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- name: 'setup env file'
run: |
echo "${{ secrets.ENV_FILE }}" > .env
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 594b6aa

Please sign in to comment.