Skip to content

CRE-2461: switch GHA runner to self-hosted #4

CRE-2461: switch GHA runner to self-hosted

CRE-2461: switch GHA runner to self-hosted #4

Workflow file for this run

name: CI
on: pull_request
jobs:
test:
name: Test
runs-on: [ self-hosted, jimdo-runner-1core ]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Test the application
run: make test
- name: Build the application
run: make build