Attempt to install SOPS in tests
Some checks failed
CI / test (push) Failing after 2m11s
Lint / test (push) Successful in 41s

This commit is contained in:
Miguel Jacq 2026-06-07 14:40:08 +10:00
parent fbb06f1177
commit 6c58beddfe
Signed by: mig5
GPG key ID: 03906B4110AAD3B8

View file

@ -27,6 +27,11 @@ jobs:
run: | run: |
poetry install --with dev 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 - name: Run test script
run: | run: |
./tests.sh ./tests.sh