add check out before integ tests run

This commit is contained in:
Maidul Islam
2024-02-20 11:49:11 -05:00
committed by GitHub
parent 7db829b0b5
commit f0e73474b7

View File

@@ -9,6 +9,8 @@ jobs:
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