Skip to content

Commit

Permalink
Merge pull request #33 from deriv-com/fix--gh-actions
Browse files Browse the repository at this point in the history
Fix  gh actions
  • Loading branch information
ali-hosseini-deriv authored Jul 24, 2024
2 parents a6a53ec + 2d8f892 commit e488e15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
build_to_cloudflare_pages:
timeout-minutes: 30
runs-on: ubuntu-latest
outputs:
preview_url: ${{ steps.publish-to-pages.outputs.preview_url }}
steps:
- name: Verify user
uses: 'deriv-com/shared-actions/.github/actions/verify_user_in_organization@v1'
Expand Down
3 changes: 3 additions & 0 deletions src/external/bot-skeleton/services/api/chart-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ class ChartAPI {
await this.api.authorize(getToken().token);
}
this.getTime();

// eslint-disable-next-line no-console
console.info('Initializing chart API');
};

getTime() {
Expand Down

0 comments on commit e488e15

Please sign in to comment.