diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc732eb9fb..b0f2c4d020 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Cactus CI Github Workflow +name: CI # Triggers the workflow on push or pull request events on: @@ -10,23 +10,7 @@ on: jobs: build: - runs-on: ${{ matrix.os }} - continue-on-error: ${{ matrix.experimental }} - - strategy: - fail-fast: false - max-parallel: 1024 - matrix: - os: [ubuntu-20.04] - node-version: [v12.22.3, v14.15.1, v16.2.0] - experimental: [false] - + runs-on: cactus-self-hosted-runner-dev1 steps: - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.1.2 - with: - node-version: ${{ matrix.node-version }} - - uses: actions/checkout@v2.3.4 - - run: ./tools/ci.sh