Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33319960
D5163.1768841296.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
867 B
Referenced Files
None
Subscribers
None
D5163.1768841296.diff
View Options
diff --git a/.github/workflows/identity_tests.yml b/.github/workflows/identity_tests.yml
new file mode 100644
--- /dev/null
+++ b/.github/workflows/identity_tests.yml
@@ -0,0 +1,24 @@
+name: Identity tests (Nix)
+
+on:
+ push:
+ branches: [master]
+ paths:
+ - 'services/identity/**'
+ - 'shared/protos/identity.proto'
+ - 'flake.*'
+ - 'nix/**'
+
+jobs:
+ build:
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v2
+ - 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: Identity tests
+ working-directory: ./services/identity
+ run: nix develop --accept-flake-config --command cargo test
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 4:48 PM (13 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5957328
Default Alt Text
D5163.1768841296.diff (867 B)
Attached To
Mode
D5163: [CI] Add identity tests to github actions
Attached
Detach File
Event Timeline
Log In to Comment