mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
CI
This commit is contained in:
13
.github/workflows/run-backend-bdd-tests.yml
vendored
13
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -27,8 +27,13 @@ jobs:
|
|||||||
- name: ☁️ Checkout source
|
- name: ☁️ Checkout source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-tags: true
|
sparse-checkout: |
|
||||||
fetch-depth: 0
|
.github/resources
|
||||||
|
sparse-checkout-cone-mode: false
|
||||||
|
# XXX:
|
||||||
|
- name: Copy .env.bdd to .env
|
||||||
|
run: cp .github/resources/.env.bdd .env
|
||||||
|
working-directory: backend
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v5
|
uses: astral-sh/setup-uv@v5
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
@@ -47,9 +52,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
working-directory: backend
|
working-directory: backend
|
||||||
- name: Copy .env.bdd to .env
|
|
||||||
run: cp .github/resources/.env.bdd .env
|
|
||||||
working-directory: backend
|
|
||||||
- name: Build Infisical backend Docker image with caching
|
- name: Build Infisical backend Docker image with caching
|
||||||
uses: docker/bake-action@v5
|
uses: docker/bake-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user