refactor: use system secrets when possible (#248)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -66,6 +66,10 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: bun install
|
||||
|
||||
- name: Unlock GNOME Keyring
|
||||
if: runner.os == 'Linux'
|
||||
uses: t1m0thyj/unlock-keyring@v1
|
||||
|
||||
- name: Run tests (extended timeout)
|
||||
run: bun test --timeout 15000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user