Skip to content

Commit

Permalink
less quotes, less dollars, more curlies
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Mar 25, 2024
1 parent f9fa1e2 commit a783f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: "H2"
test: "test"
- name: "MySQL"
test: 'integration/testOnly akka.persistence.jdbc.integration.MySQL*'
test: '"integration/testOnly akka.persistence.jdbc.integration.MySQL*"'
script: 'launch-mysql.sh'
- name: "Oracle"
test: 'integration/testOnly akka.persistence.jdbc.integration.Oracle*'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
./scripts/${{ matrix.db.script }}
- name: Run Integration tests for ${{ matrix.db.name }} ${{ matrix.old-dao.label }}
run: sbt \"$${ matrix.db.test }}\" ${{ matrix.old-dao.extraOpts }}
run: sbt ${{ matrix.db.test }} ${{ matrix.old-dao.extraOpts }}

- name: Print logs on failure
if: ${{ failure() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
./scripts/${{ matrix.db.script }}
- name: Run Integration tests for ${{ matrix.db.name }}
run: sbt \"$${ matrix.db.test }}\"
run: sbt ${{ matrix.db.test }}

- name: Print logs on failure
if: ${{ failure() }}
Expand Down

0 comments on commit a783f74

Please sign in to comment.