Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

chore(deps): update jest monorepo to v29 #421

chore(deps): update jest monorepo to v29

chore(deps): update jest monorepo to v29 #421

Workflow file for this run

name: 👀 Review
on:
push:
branches:
- "**"
- "!master"
- "!main"
- "!feat/**"
- "!fix/**"
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.ref }}
jobs:
build-app:
name: Build & Register app
runs-on: ubuntu-latest
steps:
- name: Use autodevops build and register
uses: socialgouv/workflows/actions/build-image@v1
with:
imagePackage: app
token: ${{ secrets.GITHUB_TOKEN }}
kontinuous:
name: "Deploy on Kubernetes 🐳"
needs: [build-app]
uses: socialgouv/workflows/.github/workflows/use-ks-gh-review.yaml@v1
secrets: inherit