Skip to content

feat(compiler): add multiple mnemonics #11

feat(compiler): add multiple mnemonics

feat(compiler): add multiple mnemonics #11

name: Test with Playwright
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Test Application
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
actions: read
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: |
pnpm i
- name: Run Unit Tests
run: pnpm run test
continue-on-error: true
- name: Test Report
uses: dorny/test-reporter@v1
if: always()
with:
name: Unit Tests
path: results.xml
reporter: jest-junit