mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
CI
This commit is contained in:
3
.github/workflows/run-backend-bdd-tests.yml
vendored
3
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -55,9 +55,6 @@ jobs:
|
||||
with:
|
||||
files: docker-compose.dev.yml
|
||||
targets: backend
|
||||
set: |
|
||||
*.cache-from: type=gha,scope=${{ github.ref_name }}-compose # Import cache key (unique per branch)
|
||||
*.cache-to: type=gha,scope=${{ github.ref_name }}-compose,mode=max # Export full cache
|
||||
load: true
|
||||
- name: Start Infisical
|
||||
run: docker compose -f docker-compose.dev.yml up -d
|
||||
|
||||
Reference in New Issue
Block a user