Skip to content

Commit

Permalink
ci: test new self hosted runner
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Sep 14, 2021
1 parent 86c0e81 commit d54c6a3
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Cactus CI Github Workflow
name: CI

# Triggers the workflow on push or pull request events
on:
Expand All @@ -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

0 comments on commit d54c6a3

Please sign in to comment.