Fix of UI Rounding error on staking/unstaking amounts #585
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run e2e on Chrome | |
on: pull_request | |
jobs: | |
chrome: | |
runs-on: ubuntu-22.04 | |
name: E2E on Chrome | |
steps: | |
- name: Checkout files | |
uses: actions/checkout@v4 | |
- name: Run Cypress end-to-end tests | |
uses: cypress-io/github-action@v6 | |
with: | |
browser: chrome | |
start: npm run dev |