This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-rust-api/.forgejo/workflows/test.yml
Neshura 4213c550b8
All checks were successful
Run Tests on Code / run-tests (push) Successful in 2s
Add Test Workflow
2023-11-17 11:33:57 +00:00

16 lines
286 B
YAML

name: 'Run Tests on Code'
author: 'Neshura'
on:
push:
tags-ignore:
- '**'
branches:
- '**'
jobs:
run-tests:
runs-on: docker
steps:
-
name: Placeholder
run: echo Placeholder Job