We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0317a27 commit e5976c3Copy full SHA for e5976c3
dapp/tests/e2e/app.test.js
@@ -316,7 +316,7 @@ describe('sendEmail', () => {
316
317
if (
318
// runs in CI with services credentials
319
- process.env.DRONE ||
+ process.env.GITHUB_ACTIONS ||
320
// or locally when all credentials are set
321
(process.env.MJ_APIKEY_PUBLIC &&
322
process.env.MJ_APIKEY_PRIVATE &&
@@ -343,7 +343,7 @@ describe('sendEmail', () => {
343
344
// requester secret setup
345
process.env.IEXEC_REQUESTER_SECRET_1 = JSON.stringify({
346
- emailSubject: `web3mail test ${process.env.DRONE_COMMIT}`,
+ emailSubject: `web3mail test ${process.env.GITHUB_SHA}`,
347
emailContentMultiAddr:
348
'/ipfs/QmVodr1Bxa2bTiz1pLmWjDrCeTEdGPfe58qRMRwErJDcRu',
349
emailContentEncryptionKey:
0 commit comments