Skip to content

Bump api-platform/symfony from 4.0.9 to 4.0.10 in /backend #417

Bump api-platform/symfony from 4.0.9 to 4.0.10 in /backend

Bump api-platform/symfony from 4.0.9 to 4.0.10 in /backend #417

Workflow file for this run

name: Application CI
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker compose pull
- name: Docker Layer Caching
uses: satackey/[email protected]
continue-on-error: true
- name: '[Run] Install the project'
id: install
run: |
sudo make install
- name: '[Run] 🚀 Test (backend)'
run: make test-backend
- name: '[Run] 🚀 Test (frontend)'
run: make test-frontend