Skip to content

Introduce E2E tests #19

Introduce E2E tests

Introduce E2E tests #19

Workflow file for this run

name: E2E
on:
push:
branches: [ master ]
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: ./e2e
strategy:
matrix:
node-version: [18]
steps:
- uses: actions/checkout@v4
with:
repositiory: 'alephium/alephium'
ref: 'master'
- run: |
mkdir -p ~.alephium
ls -a
pwd
- uses: actions/checkout@v4
# - uses: actions/checkout@v2
# - uses: actions/setup-node@v3
# with:
# node-version: ${{ matrix.node-version }}
# - run: npm i
# - run: npx tsc --build
# - run: node dist/e2e.js