mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Added tests-full workflow as a placeholder
This is mainly so github stops emailing me when I push to dev
This commit is contained in:
20
.github/workflows/tests-full.yml
vendored
20
.github/workflows/tests-full.yml
vendored
@@ -1,2 +1,20 @@
|
|||||||
name: Comprehensive Tests
|
name: Comprehensive Tests, Branch "dev"
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test-ubuntu-latest:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Linux Test Environment
|
||||||
|
run: |
|
||||||
|
echo CI tests not yet implemented
|
||||||
|
|||||||
Reference in New Issue
Block a user