Skip to content

Commit b750e26

Browse files
committed
twstibg
1 parent 50cc87b commit b750e26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/int.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ jobs:
4141
}
4242
env:
4343
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
44-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
44+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
45+
if: always()

__tests__/ctrf/helpers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('getEmoji', () => {
1515
})
1616

1717
it('returns the correct emoji for "pending"', () => {
18-
expect(getEmoji('pending')).toBe('')
18+
expect(getEmoji('pending')).toBe('🔄')
1919
})
2020

2121
it('returns the correct emoji for "other"', () => {

0 commit comments

Comments
 (0)