mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Feat: CLI Integration tests
This commit is contained in:
9
.github/workflows/run-cli-tests.yml
vendored
9
.github/workflows/run-cli-tests.yml
vendored
@@ -1,5 +1,12 @@
|
||||
name: Go CLI Tests
|
||||
on: [push] # Test
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
paths:
|
||||
- "cli/**"
|
||||
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user