Skip to content

Commit

Permalink
Use docker compose instead of old docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Apr 7, 2024
1 parent 072735c commit d640936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
phpunit-flags: '--no-coverage'
steps:
- uses: actions/checkout@v4
- run: docker-compose -f docker-compose.yml up -d
- run: docker compose -f docker-compose.yml up -d
- name: Start an SSH Agent
uses: frankdejonge/[email protected]
- run: chmod 0400 ./test_files/sftp/id_*
Expand Down

0 comments on commit d640936

Please sign in to comment.