Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Oct 14, 2024
1 parent 6c6d2c7 commit 24513fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
run: sudo apt-get install docker-compose

- name: Create test certs for TLS
run: make test-certs
run: |
make test-certs
chmod 777 ./contrib/tls/*
- name: Start services
run: docker-compose up -d
Expand Down

0 comments on commit 24513fe

Please sign in to comment.