Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Nov 6, 2024
1 parent 8c91c7e commit ac5e3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: inseefr/bauhaus-back-office
path: bauhaus-back-office
path: ./bauhaus-back-office
- uses: actions/setup-node@v4
with:
node-version: lts/*
Expand All @@ -26,7 +26,7 @@ jobs:
test-command: 'npx playwright test'
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
with: I
name: playwright-report
path: playwright-report/
retention-days: 30

0 comments on commit ac5e3df

Please sign in to comment.