Switch to workflow actions and upload to GHCR #1820
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR CI | |
on: | |
pull_request: | |
branches: | |
- mealie-next | |
jobs: | |
backend-tests: | |
name: "Backend Server Tests" | |
uses: ./.github/workflows/partial-backend.yml | |
frontend-tests: | |
name: "Frontend and End-to-End Tests" | |
uses: ./.github/workflows/partial-frontend.yml | |
backend-container-scanning: | |
name: "Trivy Backend Container Scanning" | |
uses: ./.github/workflows/partial-trivy-backend-container-scanning.yml | |
frontend-container-scanning: | |
name: "Trivy Frontend Container Scanning" | |
uses: ./.github/workflows/partial-trivy-frontend-container-scanning.yml |