This commit is contained in:
Charles Bochet
2024-09-16 11:36:18 +02:00
parent a0add67bf0
commit dfd2edc20c

20
.github/workflows/ci-server-bis.yaml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: CI Server Bis
on:
pull_request: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
server-test:
runs-on: ci-8-cores
env:
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
steps:
- name: Fetch custom Github Actions and base branch history
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install dependencies
uses: ./.github/workflows/actions/yarn-install