Skip to content

Commit

Permalink
chore: typo in a flag
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Jan 1, 2024
1 parent b1543c6 commit cfa278e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
working-directory: refimpl/src/
run: |
mvn -B clean package
docker-compose -f docker-compose.yml up --build --daemon
docker-compose -f docker-compose.yml up --build --detach
mvn -B package --file testsuite/org.eclipse.lyo.testsuite.build/pom.xml
- name: Run Lyo Test Suite
working-directory: testsuite
Expand Down

0 comments on commit cfa278e

Please sign in to comment.