Skip to content

Commit

Permalink
updare workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MJedr committed Oct 2, 2023
1 parent 9b8d8a9 commit 68c9b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- Library-Notification-Service
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up services
run: |
if [ ${{ matrix.directory }} == 'matomo-api' ]; then
docker-compose -f matomo/docker-compose-tests.yml up -d
docker-compose -f ./matomo/docker-compose-tests.yml up -d
fi
- name: Use the reusable workflow
uses: ./.github/workflows/reusable-workflow.yml
Expand Down

0 comments on commit 68c9b4b

Please sign in to comment.