Skip to content

Commit

Permalink
Added tests-full workflow as a placeholder
Browse files Browse the repository at this point in the history
This is mainly so github stops emailing me when I push to dev
  • Loading branch information
Ratstail91 committed May 19, 2024
1 parent fbcb2e0 commit 607dc2c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/tests-full.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 607dc2c

Please sign in to comment.