From 10dde69acf673b94598a039dd969b4c6a1886ceb Mon Sep 17 00:00:00 2001 From: Aleksa Opacic Date: Wed, 4 Sep 2024 15:40:18 +0200 Subject: [PATCH] remove ci for tests (#18) --- .github/workflows/test.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 2edcd78..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Test - -on: - pull_request: - branches: - - main - -jobs: - test: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [18.x] - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - - - name: Install dependencies - run: npm install - - - name: Run Tests - env: - NIL_RPC_ENDPOINT: ${{ secrets.NIL_RPC_ENDPOINT }} - PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }} - run: npm run tests \ No newline at end of file