feat: Add sample encryption key to CI step

This commit is contained in:
Faruk AYDIN
2024-01-08 16:15:47 +01:00
parent 7143620d25
commit 80179062db

View File

@@ -39,7 +39,11 @@ jobs:
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: yarn --frozen-lockfile && yarn lerna bootstrap
- run: cd packages/backend && yarn start
- run: yarn --frozen-lockfile && yarn lerna bootstrap
- run: cd packages/backend
- run: yarn start
env:
ENCRYPTION_KEY: sample_encryption_key
- run: echo "🍏 This job's status is ${{ job.status }}."
build-web:
runs-on: ubuntu-latest