Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
htuzel committed Nov 18, 2024
1 parent 934da3f commit b7c08bd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,14 @@ jobs:
- name: Install sfcc-ci
run: sudo npm install -g sfcc-ci

- name: Create dw.json
run: |
echo '{
"hostname": "${{ vars.SANDBOX_HOST }}",
"username": "${{ secrets.SFCC_OAUTH_CLIENT_ID }}",
"password": "${{ secrets.SFCC_OAUTH_CLIENT_SECRET }}"
}' > dw.json
- name: Authenticate with SFCC
run: |
sfcc-ci client:auth "$SFCC_OAUTH_CLIENT_ID" "$SFCC_OAUTH_CLIENT_SECRET"
Expand All @@ -125,14 +133,6 @@ jobs:
- name: Run Algolia Index Tests
run: npm run test:variationindex

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

0 comments on commit b7c08bd

Please sign in to comment.