Skip to content

Commit

Permalink
Merge pull request #1226 from mozzy11/develop
Browse files Browse the repository at this point in the history
fix CI build
  • Loading branch information
mozzy11 authored Aug 12, 2024
2 parents b6751ab + 4e309f2 commit ee11f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
repository: ${{github.repository}}

- name: Run OpenELS image
run: docker-compose -f test.docker-compose.yml up -d
run: docker compose -f test.docker-compose.yml up -d

- name: Cypress run
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit ee11f14

Please sign in to comment.