test: minimal runner test workflow
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Runner Test / Test Runner (push) Failing after 212h35m12s
Deploy / Deploy Staging (push) Failing after 212h35m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 212h35m14s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 212h35m15s
Deploy / Build Production Runtime Images (push) Has been skipped
Deploy / Deploy Production (push) Has been skipped
Deploy / Production Browser E2E (push) Has been skipped
Runner Test / Test Runner (push) Failing after 212h35m12s
Deploy / Deploy Staging (push) Failing after 212h35m13s
CI/CD Pipeline / Frontend Lint (push) Failing after 212h35m14s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 212h35m15s
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
name: Runner Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- ".gitea/workflows/runner-test.yml"
|
||||
|
||||
jobs:
|
||||
test-runner:
|
||||
name: Test Runner
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Echo test
|
||||
run: |
|
||||
echo "Runner is working!"
|
||||
date
|
||||
whoami
|
||||
pwd
|
||||
Reference in New Issue
Block a user