Skip to content

Commit

Permalink
👷 re-enable testing in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Jan 29, 2025
1 parent d7f7abb commit 8704263
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
cache: pnpm
- name: Install dependencies
run: pnpm install
# - name: Install Playwright Browsers
# run: pnpm exec playwright install --with-deps
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Write secret files
run: |
echo "$ENV_FILE" > .env
Expand All @@ -45,14 +45,14 @@ jobs:
run: sed -i 's/@reference "\.\.\/assets\/style.css";//g' ./dist/_astro/*.css
- name: Delete secrets
run: rm .env service-account.json
# - name: Run Playwright tests
# run: pnpm run test
# - uses: actions/upload-artifact@v4
# if: ${{ !cancelled() }}
# with:
# name: playwright-report
# path: playwright-report/
# retention-days: 7
- name: Run tests
run: pnpm run test
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
name: playwright-report
path: playwright-report/
retention-days: 7
- name: Add CNAME
run: echo real-o-mat.de > dist/CNAME
- name: Setup Pages
Expand Down

0 comments on commit 8704263

Please sign in to comment.