Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
ci: add algolia env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kerwanp committed Sep 28, 2024
1 parent 191acff commit 5fe46aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:

tests:
runs-on: ${{ matrix.os }}
env:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
Expand All @@ -43,6 +46,9 @@ jobs:
run: npm test
windows:
runs-on: windows-latest
env:
ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
ALGOLIA_API_KEY: ${{ secrets.ALGOLIA_API_KEY }}
strategy:
matrix:
node-version:
Expand Down

0 comments on commit 5fe46aa

Please sign in to comment.