Add Tests Workflow to be run every push
Some checks failed
Build and Release Binary File / run-tests (push) Successful in 3s
Run Tests on Code / run-tests (push) Successful in 2s
Build and Release Binary File / build (push) Failing after 4s
Build and Release Binary File / upload-release (push) Has been skipped

This commit is contained in:
Neshura 2023-11-17 08:15:04 +00:00
parent 66449c732a
commit 621975df0f

View file

@ -0,0 +1,11 @@
name: 'Run Tests on Code'
author: 'Neshura'
on: [push]
jobs:
run-tests:
runs-on: docker
steps:
-
name: Placeholder
run: echo Placeholder Job