From 21b532e33aa0d213308df5fc7dda14b51eb66ae5 Mon Sep 17 00:00:00 2001 From: pablomendezroyo <41727368+pablomendezroyo@users.noreply.github.com> Date: Fri, 28 Mar 2025 12:10:49 +0100 Subject: [PATCH] Remove unusued test workflow --- .github/workflows/test-ga-end-to-end.yml | 30 ------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/test-ga-end-to-end.yml diff --git a/.github/workflows/test-ga-end-to-end.yml b/.github/workflows/test-ga-end-to-end.yml deleted file mode 100644 index 5a044c87..00000000 --- a/.github/workflows/test-ga-end-to-end.yml +++ /dev/null @@ -1,30 +0,0 @@ -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