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