Skip to content

Commit

Permalink
Set up initial testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Oct 31, 2023
1 parent aaa5728 commit b873f04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Automated Building and Testing
run-name: ${{ github.actor }} pushed code
on: [push]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- run: echo "Testing this initial command"

0 comments on commit b873f04

Please sign in to comment.