Skip to content

Commit

Permalink
Fix broken test build
Browse files Browse the repository at this point in the history
  • Loading branch information
marwoodandrew committed Aug 6, 2024
1 parent fa2a2b8 commit a2a1c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: 3.6

- name: docker-compose
run: docker-compose -f .actions-docker-compose.yml up -d
run: docker compose -f .actions-docker-compose.yml up -d

- run: |
sudo apt-get update
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
run: npm run test

- name: build
run: npm run build
run: npm run build

0 comments on commit a2a1c2b

Please sign in to comment.