Skip to content

Workflow file for this run

name: E2E

Check failure on line 1 in .github/workflows/e2e.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/e2e.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
push:
branches: [ master ]
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./e2e
strategy:
matrix:
node-version: [18]
steps:
name: E2E test
uses: actions/checkout@v4
uses: actions/checkout@v4
with:
repositiory: 'alephium/alephium'
ref: 'master'
name: Create config
run: |
mkdir -p ~/.alephium
ls -a
# - 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