Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
krolol committed Nov 5, 2024
1 parent dfd89f7 commit fac3696
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: test
on:
workflow_dispatch:

jobs:
test:
name: Run tests using gradle wrapper.
runs-on: [self-hosted, cere-network-memory-large]
steps:
- name: Protoc version
run: |
protoc --version

0 comments on commit fac3696

Please sign in to comment.