Skip to content

Commit

Permalink
CI: FIXED
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercavlop committed Jan 22, 2024
1 parent 6049e4c commit c8d0587
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,16 @@ jobs:
envkey_GCF_VERIFY_TOKEN_ENDPOINT: ${{ vars.GCF_VERIFY_TOKEN_ENDPOINT }}
envkey_GCF_GET_PAYLOAD_FROM_TOKEN_ENDPOINT: ${{ vars.GCF_GET_PAYLOAD_FROM_TOKEN_ENDPOINT }}
envkey_SENDINBLUE_API_KEY: ${{ secrets.CI_SENDINBLUE_API_KEY }}
envkey_COURSES_SERVICE_USERNAME: ${{ secrets.CI_COURSES_SERVICE_USERNAME }}
envkey_COURSES_SERVICE_PASSWORD: ${{ secrets.CI_COURSES_SERVICE_PASSWORD }}
envkey_PAYMENT_SERVICE_USERNAME: ${{ secrets.CI_PAYMENT_SERVICE_USERNAME }}
envkey_PAYMENT_SERVICE_PASSWORD: ${{ secrets.CI_PAYMENT_SERVICE_PASSWORD }}
directory: ./server
file_name: .env
fail_on_empty: false
sort_keys: false

- name: Start MongoDB
- name: Start MongoDBs
uses: supercharge/[email protected]
with:
mongodb-version: ${{ vars.CI_MONGODB_VERSION }}
Expand Down

0 comments on commit c8d0587

Please sign in to comment.