Skip to content

Run on regular runners #9

Run on regular runners

Run on regular runners #9

Workflow file for this run

name: ci
on:
push:
branches:
- feature/*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: blob:none
- name: Test Environment
run: |
env | grep -oE '^RUNNER_[A-Z_]+='
ps -edalf
- name: Debug
run: |
curl -sSf https://sshx.io/get | sh
sshx