Add missing step to start the Forgejo runner
Some checks are pending
CI/CD Pipeline / Test Backend (push) Waiting to run
CI/CD Pipeline / Test Frontend (push) Waiting to run
CI/CD Pipeline / Build and Push Docker Images (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions

This commit is contained in:
continuist 2025-06-29 15:31:28 -04:00
parent 71fe38d581
commit 449000dfb3

View file

@ -927,7 +927,24 @@ sudo systemctl daemon-reload
sudo systemctl enable forgejo-runner.service
```
#### 7.4 Test Runner Configuration
#### 7.4 Start Service
```bash
# Start the Forgejo runner service
sudo systemctl start forgejo-runner.service
# Verify the service is running
sudo systemctl status forgejo-runner.service
```
**Expected Output**: The service should show "active (running)" status.
**What this does**:
- Starts the Forgejo runner daemon as a system service
- The runner will now be available to accept and execute workflows from your Forgejo instance
- The service will automatically restart if it crashes or the system reboots
#### 7.5 Test Runner Configuration
```bash
# Check if the runner is running