Skip to content

Commit

Permalink
Add timezone to Android tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kosratdev committed Mar 30, 2024
1 parent a20b130 commit 93477b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
runs-on: macOS-latest

steps:
- uses: szenius/set-timezone@v1.2
with:
timezoneMacos: "Asia/Baghdad"
- name: Checkout
uses: actions/checkout@v4.1.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ internal interface MuslimDataDao {
AzkarReferenceTable::class,
AzkarReferenceTranslationTable::class
],
version = 16
version = 16,
exportSchema = false
)
abstract class MuslimDataDatabase : RoomDatabase() {
internal abstract val muslimDataDao: MuslimDataDao
Expand Down

0 comments on commit 93477b4

Please sign in to comment.