fix: resovled be test failing as reusable job

This commit is contained in:
Akhil Mohan
2024-02-20 22:39:14 +05:30
committed by GitHub
parent f0e73474b7
commit 3260932741

View File

@@ -7,13 +7,8 @@ on:
jobs:
infisical-tests:
name: Run tests before deployment
runs-on: ubuntu-latest
steps:
- name: ☁️ Checkout source
uses: actions/checkout@v3
- name: Run backend api integration tests
# https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview
uses: ./.github/workflows/run-backend-tests.yml
# https://docs.github.com/en/actions/using-workflows/reusing-workflows#overview
uses: ./.github/workflows/run-backend-tests.yml
infisical-standalone:
name: Build infisical standalone image postgres
runs-on: ubuntu-latest