Skip to content

Commit

Permalink
setup test git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RupertJonesSA committed Sep 22, 2024
1 parent 0584d00 commit f8f501e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Unit Tests

on:
push:
branches:
- "main"
pull_request:
branches:
- "main"

jobs:
hello:
runs-on: ubuntu-latest

steps:
- name: Test Actions
run: echo "Test Test"

0 comments on commit f8f501e

Please sign in to comment.