Skip to content

Commit

Permalink
feat: change ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Nov 7, 2024
1 parent 5feea69 commit 1363948
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,10 @@ jobs:
run: npm ci --force
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: LS
run: ls -al bauhaus-back-office
- uses: adambirds/[email protected]
with:
compose-file: './bauhaus-back-office/compose.yaml'
test-command: 'npx playwright test'
- name: Playwright Test
run: |
docker-compose -f "./bauhaus-back-office/compose.yaml" up
npx playwright test
test-build:
name: Test & Build & Deploy Sonar report
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1363948

Please sign in to comment.