Skip to content

Commit 04e5418

Browse files
committed
Fix tests
1 parent b5a7231 commit 04e5418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
ref: ${{ inputs.ref }}
7878
submodules: recursive
7979
- name: Package and test application in container
80-
uses: pol-rivero/desktop-ubuntu-amd64-packaging@5100a32fe5240f5e3150b8f0740585835d0cf1e8
80+
uses: pol-rivero/desktop-ubuntu-amd64-packaging@fd44033e38ccc986e39ed8e7a6d38640506e8bde
8181
- name: Upload output artifacts
8282
uses: actions/upload-artifact@v4
8383
with:

app/src/ui/preferences/accounts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Avatar } from '../lib/avatar'
1010
import { CallToAction } from '../lib/call-to-action'
1111
import {
1212
enableBitbucketIntegration,
13-
enableGitLabIntegration
13+
enableGitLabIntegration,
1414
} from '../../lib/feature-flag'
1515
import { getHTMLURL } from '../../lib/api'
1616

0 commit comments

Comments
 (0)