Skip to content

Commit

Permalink
test: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiM committed Apr 25, 2024
1 parent 34cd60f commit efa7a72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
working-directory: ./packages/desktop/dist
run: echo "FILE_NAME="Quiet-$VERSION.dmg"" >> $GITHUB_ENV

- name: Check dist dir content
working-directory: ./packages/desktop/dist
run: ls -al

- name: Chmod
working-directory: ./packages/desktop/dist
run: chmod +x $FILE_NAME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ export class ConnectionsManagerService extends EventEmitter implements OnModuleI
}

public async launchCommunityFromStorage() {
this.logger('TEST')
this.logger('Launching community from storage')

const community = await this.localDbService.getCurrentCommunity()
Expand Down

0 comments on commit efa7a72

Please sign in to comment.