forked from Ruderverein-Donau-Linz/rowt
		
	try faster build
This commit is contained in:
		| @@ -7,6 +7,7 @@ env: | |||||||
|   SSH_HOST: ${{ secrets.SSH_HOST }} |   SSH_HOST: ${{ secrets.SSH_HOST }} | ||||||
|   SSH_USER: ${{ secrets.SSH_USER }} |   SSH_USER: ${{ secrets.SSH_USER }} | ||||||
|   SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} |   SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} | ||||||
|  |   CARGO_INCREMENTAL: 0 | ||||||
|  |  | ||||||
| jobs: | jobs: | ||||||
|   test-frontend: |   test-frontend: | ||||||
| @@ -29,12 +30,12 @@ jobs: | |||||||
|       run: cd frontend && npx playwright install --with-deps |       run: cd frontend && npx playwright install --with-deps | ||||||
|     - name: Run Playwright tests |     - name: Run Playwright tests | ||||||
|       run: cd frontend && npx playwright test --workers 1 |       run: cd frontend && npx playwright test --workers 1 | ||||||
|     - uses: actions/upload-artifact@v3 |     #- uses: actions/upload-artifact@v3 | ||||||
|       if: always() |     #  if: always() | ||||||
|       with: |     #  with: | ||||||
|         name: playwright-report |     #    name: playwright-report | ||||||
|         path: frontend/playwright-report/ |     #    path: frontend/playwright-report/ | ||||||
|         retention-days: 30 |     #    retention-days: 30 | ||||||
|  |  | ||||||
|   test-backend: |   test-backend: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user