From dfd2edc20cfa7a4ba706f73dbfa8e7aa97d21e60 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Mon, 16 Sep 2024 11:36:18 +0200 Subject: [PATCH] Fix --- .github/workflows/ci-server-bis.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/ci-server-bis.yaml diff --git a/.github/workflows/ci-server-bis.yaml b/.github/workflows/ci-server-bis.yaml new file mode 100644 index 000000000..046d742b2 --- /dev/null +++ b/.github/workflows/ci-server-bis.yaml @@ -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 +