Added checkout step to test ci

This commit is contained in:
Joe Bellus 2024-04-19 13:23:35 -04:00
parent b6c007b27e
commit 07e196ce3f
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: Publish Documentation
name: Tests
on:
workflow_dispatch:
@ -8,5 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: cargo test