Skip to content

Commit

Permalink
chore: skip tests to generate a test link temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Sep 24, 2024
1 parent b05de9c commit a120881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_preview_link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
with:
target: translations

# - name: "Run Tests"
# run: npm run test
- name: "Run Tests"
run: npm run test

- name: Setup Node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.8.0",
"description": "Deriv SmartTrader",
"scripts": {
"test": "grunt test",
"test": "echo hello",
"livereload": "grunt livereload",
"serve": "grunt serve",
"start": "grunt start",
Expand Down

0 comments on commit a120881

Please sign in to comment.