mirror of
https://github.com/bitwarden/server
synced 2025-12-11 05:43:35 +00:00
Add stub for load test work (#6277)
* Add stub for load test work * Satisfy linter * Adding required permission for linting
This commit is contained in:
13
.github/workflows/load-test.yml
vendored
Normal file
13
.github/workflows/load-test.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Test Stub
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
name: Test
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
steps:
|
||||||
|
- name: Test
|
||||||
|
run: exit 0
|
||||||
Reference in New Issue
Block a user