Skip to content

Commit

Permalink
ci: fix key permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pahaz committed May 12, 2023
1 parent af87fc4 commit 9f9c768
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Docker compose up databases and ssh-server
run: |
echo $USER
Expand All @@ -32,6 +33,7 @@ jobs:
id
uname -a
lsb_release -a
ls -lah ./e2e_tests/ssh-server-config/
${{ matrix.python }} -V
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
${{ matrix.python }} get-pip.py
Expand Down

0 comments on commit 9f9c768

Please sign in to comment.