Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3734649
D8188.id27680.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
848 B
Referenced Files
None
Subscribers
None
D8188.id27680.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8188: [CI] Add blob unit tests GH action
Attached
Detach File
Event Timeline
Log In to Comment