Skip to content

fix: remove edited flag on unedited messages #2354

fix: remove edited flag on unedited messages

fix: remove edited flag on unedited messages #2354

Workflow file for this run

name: run-tests
on:
push:
branches-ignore:
- main
- development
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-tests:
runs-on: ubuntu-latest
env:
REACT_APP_INFURA_URL: ${{secrets.INFURA_URL}}
steps:
- uses: actions/checkout@v2
- name: Common Setup
uses: ./.github/actions/common
- run: echo '//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}' >> .npmrc
- run: npm install
- run: npm run test