Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Jun 3, 2024
1 parent 2d3cd70 commit a7397af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: yarn lint

- name: Run Tests
run: yarn test
run: yarn test --passWithNoTests

- name: Validate docs
run: yarn build-docs --treatWarningsAsErrors
2 changes: 1 addition & 1 deletion ci/android/app/src/main/java/com/ci/MainApplication.kt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rndiffapp
package com.ci

import android.app.Application
import com.facebook.react.PackageList
Expand Down

0 comments on commit a7397af

Please sign in to comment.