Skip to content

Commit dc74ffd

Browse files
committed
adding netlify host to test
1 parent de29654 commit dc74ffd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,21 @@ on: [push, pull_request]
55
jobs:
66
tests:
77
runs-on: ubuntu-latest
8-
8+
99
strategy:
1010
matrix:
1111
node: [ '12', '14', '16' ]
12-
12+
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: ${{ matrix.node }}
18-
18+
1919
- run: yarn install --frozen-lockfile
2020
- run: yarn test
2121
env:
2222
CLOUDINARY_CLOUD_NAME: ${{ secrets.CLOUDINARY_CLOUD_NAME }}
2323
CLOUDINARY_API_KEY: ${{ secrets.CLOUDINARY_API_KEY }}
2424
CLOUDINARY_API_SECRET: ${{ secrets.CLOUDINARY_API_SECRET }}
25+
NETLIFY_HOST: ${{ secrets.NETLIFY_HOST }} # Used to test functionality outside of the Netlify environment

0 commit comments

Comments
 (0)