Skip to content

Commit

Permalink
try renaming job
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu committed Jun 27, 2023
1 parent 540e0b8 commit 6156a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildTranslations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "extension/**/*"

jobs:
translate:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion extension/src/popup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "popup/helpers/localizationConfig";
// Import global CSS from Stellar Design System
import "@stellar/design-system/build/styles.min.css";

console.log("test");
console.log("tesst");

// eslint-disable-next-line react/jsx-filename-extension
ReactDOM.render(<App />, document.getElementById("root"));

0 comments on commit 6156a4d

Please sign in to comment.