Skip to content

Commit

Permalink
improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
htuzel committed Nov 18, 2024
1 parent a8ec654 commit f707c7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ jobs:
- name: Run Algolia Index Tests
run: npm run test:variationindex

- name: Create dw.json
run: |
echo '{
"client-id": "${{ secrets.SFCC_OAUTH_CLIENT_ID }}",
"client-secret": "${{ secrets.SFCC_OAUTH_CLIENT_SECRET }}",
"password": "${{ secrets.SFCC_OAUTH_CLIENT_SECRET }}"
}' > dw.json
frontend-tests:
runs-on: ubuntu-latest
needs: [build, index-tests]
Expand Down

0 comments on commit f707c7e

Please sign in to comment.