From 9761813e827b87e83e9dd86fe401b49c7df25c8a Mon Sep 17 00:00:00 2001 From: MohamedRaslan Date: Sun, 9 Jan 2022 20:28:27 +0200 Subject: [PATCH] add a missing step --- .github/workflows/manually-triggered-tests.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/manually-triggered-tests.yaml b/.github/workflows/manually-triggered-tests.yaml index 3329585..39cf4d9 100644 --- a/.github/workflows/manually-triggered-tests.yaml +++ b/.github/workflows/manually-triggered-tests.yaml @@ -50,6 +50,11 @@ jobs: - name: Auto generating the firebase configuration run: yarn firebase apps:sdkconfig web --token ${{ secrets.FIREBASE_TOKEN }} --json | tail -n +3 |head -n -1 > ./src/utasks-configuration.json + - name: Decrypt the envs and cypress env files + run: ./.github/scripts/decrypt_secrets.sh + env: + DECRYPT_SECRETS_PASSPHRASE: ${{ secrets.DECRYPT_SECRETS_PASSPHRASE }} + - run: echo "🖥️ The workflow is now ready to start cypress tests the ${{ github.repository }} code in the ${{matrix.browser}} browser." - name: 🙈 UI Tests - On ${{ matrix.browser }}