Skip to content

Commit

Permalink
#80 Update docker compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
sighmon committed Sep 3, 2024
1 parent d7f55ef commit c19773e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- uses: actions/checkout@v2
- name: Build Python lint and test
run: |
cd development && docker-compose up --build -d
cd development && docker compose up --build -d
- name: Run Python lint and test
run: docker exec lensreader make linttest

0 comments on commit c19773e

Please sign in to comment.