Skip to content

Commit baaa4c9

Browse files
authored
chore: temporarily disable email test (#2783)
<!-- ☝️ PR title should follow conventional commits (https://conventionalcommits.org). In particular, the title should start with one of the following types: - docs: 📖 Documentation (updates to the documentation or readme) - fix: 🐞 Bug fix (a non-breaking change that fixes an issue) - feat: ✨ New feature/enhancement (a non-breaking change that adds functionality or improves existing one) - feat!/fix!: ⚠️ Breaking change (fix or feature that would cause existing functionality to change) - chore: 🧹 Chore (updates to the build process or auxiliary tools and libraries) --> ### 🔗 Linked issue <!-- If it resolves an open issue, please link the issue here. For example "Resolves #123" --> ### 📚 Description <!-- Describe your changes in detail --> <!-- Why is this change required? What problem does it solve? -->
1 parent 56fe9bc commit baaa4c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@ jobs:
160160
TEST_URL: ${{ steps.deploy_web.outputs.url }}
161161
# The tests need these tokens to run, but their actual value should not matter
162162
NUXT_GITHUB_REPO_TOKEN: 'SIGNAL_TO_RUN_TEST'
163-
NUXT_EMAIL_CLIENT: 'SIGNAL_TO_RUN_TEST'
163+
# Re-enable when email sending in the test environment is fixed
164+
#NUXT_EMAIL_CLIENT: 'SIGNAL_TO_RUN_TEST'

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,5 @@ jobs:
137137
TEST_URL: ${{ matrix.url }}
138138
# The tests need these tokens to run, but their actual value should not matter
139139
NUXT_GITHUB_REPO_TOKEN: 'SIGNAL_TO_RUN_TEST'
140-
NUXT_EMAIL_CLIENT: 'SIGNAL_TO_RUN_TEST'
140+
# Re-enable when email sending in the test environment is fixed
141+
# NUXT_EMAIL_CLIENT: 'SIGNAL_TO_RUN_TEST'

0 commit comments

Comments
 (0)