Skip to content

0.3.35

0.3.35 #888

name: Test GA tests end to end
on:
push:
pull_request:
branches:
- master
env:
ENVIRONMENT: TEST
jobs:
test:
# to be run on self-hosted runner
runs-on: packages
steps:
- uses: actions/checkout@v4
- name: Set up Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: yarn install
- run: yarn build
# Simulate Github Actions run on an actual DAppNode package
- name: Setup a mock package to test locally
run: node dist/dappnodesdk.js init --yes --force
# Run end to end tests
- name: Run end to end tests
run: node dist/dappnodesdk.js github-action test-end-to-end --errorLogsTimeout 30 --network prater