Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oumeimaelisbihani committed Nov 13, 2024
1 parent 15a8070 commit 5912b06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
PDE_API_BASEURL: '${{secrets.PDE_API_BASEURL}}'
BREVO_DEAL_PIPELINE: '${{secrets.BREVO_DEAL_PIPELINE}}'
strategy:
matrix:
node-version: [ '20.x' ]
Expand All @@ -30,6 +27,9 @@ jobs:
env:
TEST: true
run: npm run e2e
env:
PDE_API_BASEURL: '${{secrets.PDE_API_BASEURL}}'
BREVO_DEAL_PIPELINE: '${{secrets.BREVO_DEAL_PIPELINE}}'
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 5912b06

Please sign in to comment.