Skip to content

Commit

Permalink
add a missing step
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRaslan committed Jan 9, 2022
1 parent 322ebc7 commit 9761813
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/manually-triggered-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 9761813

Please sign in to comment.