Skip to content

TOK-297: add nft boost #1828

TOK-297: add nft boost

TOK-297: add nft boost #1828

Workflow file for this run

name: Run e2e on Chrome
on: pull_request
# Declare default permissions as read only.
permissions: read-all
jobs:
chrome:
runs-on: ubuntu-22.04
name: E2E on Chrome
steps:
- name: Checkout files
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a #v4.2.0
with:
node-version-file: '.nvmrc'
- name: Run Cypress end-to-end tests
uses: cypress-io/github-action@7271bed2a170d73c0b08939cd192db51a1c46c50 #v6.7.10
with:
browser: chrome
start: npm run dev