encore
Some checks failed
Deployment Verification / analyze (docker) (push) Failing after 2m11s
Deployment Verification / test (push) Successful in 26s
Deployment Verification / deploy (push) Failing after 1s

This commit is contained in:
Hubert Cornet 2024-11-20 06:56:21 +01:00
parent fb912fd9ea
commit b673aab830

View File

@ -7,15 +7,37 @@ on:
push:
branches:
- develop
tags:
- "v*"
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- develop
- main
jobs:
analyze:
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
language: ['docker']
steps:
- uses: 'actions/checkout@v3.6.0'
- name: 'Initialize CodeQL'
uses: 'github/codeql-action/init@v2'
with:
languages: ${{ matrix.language }}
- name: 'Perform CodeQL Analysis'
uses: 'github/codeql-action/analyze@v2'
test:
runs-on: ubuntu-latest
@ -85,4 +107,8 @@ jobs:
if: always()
run: |
docker compose --profile setup down
rm -rf /workspace/tips-of-mine/metabase/*
rm -rf /workspace/tips-of-mine/metabase/*
- name: actions/labeler@v5
with:
sync-labels: true