Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tdroxler committed Apr 30, 2024
1 parent ef9b5a0 commit 59eb6a7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ master ]
pull_request:
branches:
- '**'
- '**'

jobs:
test:
Expand All @@ -20,16 +20,16 @@ jobs:
- name: E2E test
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repositiory: 'alephium/alephium'
with:
repositiory: 'alephium/alephium'
ref: 'master'
- 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
# - 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

0 comments on commit 59eb6a7

Please sign in to comment.