Page MenuHomePhabricator

D8188.id27680.diff
No OneTemporary

D8188.id27680.diff

diff --git a/.github/workflows/blob_tests.yml b/.github/workflows/blob_tests.yml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/blob_tests.yml
@@ -0,0 +1,24 @@
+name: Blob service tests (Nix)
+
+on:
+ push:
+ branches: [master]
+ paths:
+ - 'services/blob/**'
+ - 'shared/protos/blob.proto'
+ - 'flake.*'
+ - 'nix/**'
+
+jobs:
+ build:
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v3
+ - uses: cachix/install-nix-action@v17
+ with:
+ extra_nix_config: |
+ extra-substituters = https://comm.cachix.org
+ extra-trusted-public-keys = comm.cachix.org-1:70RF31rkmCEhQ9HrXA2uXcpqQKGcUK3TxLJdgcUCaA4=
+ - name: Blob unit tests
+ working-directory: ./services/blob
+ run: nix develop --accept-flake-config --command cargo test

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 10, 3:42 AM (14 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2835509
Default Alt Text
D8188.id27680.diff (848 B)

Event Timeline