Skip to content

Commit d2237ea

Browse files
committed
adjust workflow file
1 parent 89c514d commit d2237ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integrationTests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@ jobs:
4646
- name: Run integration tests
4747
env:
4848
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
49+
COINBASE_COMMERCE_KEY: ${{ secrets.COINBASE_COMMERCE_KEY }}
4950
run: |
5051
pnpm run integrationTests

tests/test1.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function coinbaseCommerceChargeTest() {
9797
assert.equal(chargeData.data.hosted_url, createdChargeUrl, "Hosted URLs should match");
9898
assert.equal(chargeData.data.description, chargeDescription, "Charge description should match")
9999
}
100-
coinbaseCommerceChargeTest.description = "Coinbase Charge";
100+
coinbaseCommerceChargeTest.description = "Coinbase Commerce Charge";
101101
coinbaseCommerceChargeTest.skipIf = !process.env.OPENAI_API_KEY || !process.env.COINBASE_COMMERCE_KEY;
102102

103103

0 commit comments

Comments
 (0)