Attempt to install SOPS in tests
This commit is contained in:
parent
fbb06f1177
commit
6c58beddfe
1 changed files with 5 additions and 0 deletions
|
|
@ -27,6 +27,11 @@ jobs:
|
|||
run: |
|
||||
poetry install --with dev
|
||||
|
||||
- name: Install sops
|
||||
run: |
|
||||
curl -LO -o /usr/local/bin/sops https://github.com/getsops/sops/releases/download/v3.13.1/sops-v3.13.1.linux.amd64
|
||||
chmod +x /usr/local/bin/sops
|
||||
|
||||
- name: Run test script
|
||||
run: |
|
||||
./tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue