Update pull.yml

This commit is contained in:
Vu Quoc Anh
2025-01-06 23:13:33 +07:00
committed by GitHub
parent 52afa9d41d
commit 6ebbe6c763

View File

@@ -9,6 +9,9 @@ jobs:
# Run unit tests for the project
test:
runs-on: ubuntu-latest
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
environment: Private Server Deploy
steps:
- name: Checkout repository
uses: actions/checkout@v4