mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-14 15:09:05 +02:00
refactor: manage instance ID in the KV table (#1579)
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
working-directory: backend
|
||||
run: |
|
||||
set -e -o pipefail
|
||||
go test -tags=exclude_frontend -v ./... | tee /tmp/TestResults.log
|
||||
go test -tags=exclude_frontend,unit -v ./... | tee /tmp/TestResults.log
|
||||
- uses: actions/upload-artifact@v7
|
||||
if: always()
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user